We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542859 commit 2944534Copy full SHA for 2944534
subworkflows/parse_samplesheet/main.nf
@@ -35,7 +35,7 @@ workflow PARSE_SAMPLESHEET {
35
validateSamplesheet(ch_samplesheet)
36
log.info "[INFO] Samplesheet validated"
37
38
- def sep = ch_samplesheet_file.name.endsWith('.tsv') ? '\t' : ','
+ def sep = ch_samplesheet.name.endsWith('.tsv') ? '\t' : ','
39
ch_samplesheet
40
.splitCsv(header: true, sep: sep)
41
.map { row ->
0 commit comments