1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:32:05 +00:00

Fix function name

This commit is contained in:
ljmesi 2022-03-18 10:45:06 +01:00
parent 9fac82d342
commit 0f0ed6cd46

View file

@ -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
}