mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 16:09:55 +00:00
Fix typos
This commit is contained in:
parent
25bc01f9c4
commit
171258d545
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ workflow LONGREAD_PREPROCESSING {
|
||||||
emit:
|
emit:
|
||||||
reads = ch_processed_reads // channel: [ val(meta), [ reads ] ]
|
reads = ch_processed_reads // channel: [ val(meta), [ reads ] ]
|
||||||
versions = ch_versions // channel: [ versions.yml ]
|
versions = ch_versions // channel: [ versions.yml ]
|
||||||
mqc =
|
mqc = ch_multiqc_files
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue