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.
1 parent d952f23 commit 37d472bCopy full SHA for 37d472b
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