We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531ce95 commit a51cb06Copy full SHA for a51cb06
1 file changed
main.nf
@@ -235,7 +235,7 @@ where_are_my_files = file("$baseDir/assets/where_are_my_files.txt")
235
* SANITY CHECKING
236
*/
237
238
-// NF version check! Will replace with manifest system once allwoed by nf-core/tools
+// NF version check! Will replace with manifest system once allowed by nf-core/tools
239
240
if( !nextflow.version.matches('>=19.10.0') ) {
241
println "This workflow requires Nextflow version 19.10.0 or greater -- You are running version $nextflow.version"
0 commit comments