Skip to content

Commit b154e17

Browse files
Merge pull request #24 from bounlu/master
Fixed typo
2 parents d952f23 + 37d472b commit b154e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow/example.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env nextflow
22
nextflow.enable.dsl=2
33

4-
// Define pipeline inpit parameretes
5-
// note: input files requires the use of absolute paths
4+
// Define pipeline input parameters
5+
// note: input files require the use of absolute paths
66
params.ref = '/path/to/ref.fasta'
77
params.left = '/path/to/reads_1.fastq'
88
params.right = '/path/to/reads_2.fastq'

0 commit comments

Comments
 (0)