mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 15:09:54 +00:00
Fix function name
This commit is contained in:
parent
9fac82d342
commit
0f0ed6cd46
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ workflow INPUT_CHECK {
|
||||||
.dump(tag: "input_split_csv_out")
|
.dump(tag: "input_split_csv_out")
|
||||||
.branch {
|
.branch {
|
||||||
fasta: it['fasta'] != ''
|
fasta: it['fasta'] != ''
|
||||||
|
nanopore: it['instrument_platform'] == 'OXFORD_NANOPORE'
|
||||||
fastq: true
|
fastq: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue