Skip to content

Commit 0b68862

Browse files
authored
Merge pull request #81 from drpatelh/master
Change parameter names in nextflow.config
2 parents 9a56369 + 4e81eea commit 0b68862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ params {
1010

1111
// Options: Generic
1212
singleEnd = false
13-
seqCenter = false
13+
seq_center = false
1414
fragment_size = 200
15-
fingerprintBins = 500000
15+
fingerprint_bins = 500000
1616

1717
// Options: References
1818
genome = false

0 commit comments

Comments
 (0)