We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d952f23 + 37d472b commit b154e17Copy full SHA for b154e17
nextflow/example.nf
@@ -1,8 +1,8 @@
1
#!/usr/bin/env nextflow
2
nextflow.enable.dsl=2
3
4
-// Define pipeline inpit parameretes
5
-// note: input files requires the use of absolute paths
+// Define pipeline input parameters
+// note: input files require the use of absolute paths
6
params.ref = '/path/to/ref.fasta'
7
params.left = '/path/to/reads_1.fastq'
8
params.right = '/path/to/reads_2.fastq'
0 commit comments