mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 21:53:09 +00:00
Remove leftover dump
This commit is contained in:
parent
f9af0040bf
commit
68d131af34
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ workflow INPUT_CHECK {
|
|||
|
||||
ch_fasta = ch_parsed_samplesheet.fasta
|
||||
.map { create_fasta_channel(it) }
|
||||
.dump(tag: "boop")
|
||||
|
||||
emit:
|
||||
fastq = ch_fastq ?: [] // channel: [ val(meta), [ reads ] ]
|
||||
|
|
Loading…
Reference in a new issue