Skip to content

Commit a51cb06

Browse files
jfy133maxulysse
andauthored
Update main.nf
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
1 parent 531ce95 commit a51cb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ where_are_my_files = file("$baseDir/assets/where_are_my_files.txt")
235235
* SANITY CHECKING
236236
*/
237237

238-
// NF version check! Will replace with manifest system once allwoed by nf-core/tools
238+
// NF version check! Will replace with manifest system once allowed by nf-core/tools
239239

240240
if( !nextflow.version.matches('>=19.10.0') ) {
241241
println "This workflow requires Nextflow version 19.10.0 or greater -- You are running version $nextflow.version"

0 commit comments

Comments
 (0)