mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:53:10 +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")
|
||||
.branch {
|
||||
fasta: it['fasta'] != ''
|
||||
nanopore: it['instrument_platform'] == 'OXFORD_NANOPORE'
|
||||
fastq: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue