Skip to content

Commit c4a7470

Browse files
committed
fix nextflow version
1 parent 15e1902 commit c4a7470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ manifest {
304304
description = """Until now, most Deep Mutational Scanning (DMS) experiments relied on variant-specific barcoded libraries for sequencing. This method enabled DMS on large proteins and led to many great publications. Recently, efforts have increased to make use of the classic and more simple random fragmentation-based short-read sequencing (“shotgun-sequencing”). This saves time and money and due to its simpler experimental design is less prone to mistakes. dmscore handles the essential computational steps, processing the raw FASTQ files and generating a count table of variants. Along the way, it provides multiple QC metrics, enabling users to quickly evaluate the success of their experimental setup."""
305305
mainScript = 'main.nf'
306306
defaultBranch = 'master'
307-
nextflowVersion = '!>=24.04.2'
307+
nextflowVersion = '!>=25.04.0'
308308
version = '1.0.0'
309309
doi = ''
310310
}

0 commit comments

Comments
 (0)