1
0
Fork 0
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:
James Fellows Yates 2023-03-17 22:30:43 +01:00
parent f9af0040bf
commit 68d131af34

View file

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