1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:13:10 +00:00

Fix typos

This commit is contained in:
sofstam 2022-07-19 14:07:13 +02:00
parent 25bc01f9c4
commit 171258d545

View file

@ -56,6 +56,6 @@ workflow LONGREAD_PREPROCESSING {
emit:
reads = ch_processed_reads // channel: [ val(meta), [ reads ] ]
versions = ch_versions // channel: [ versions.yml ]
mqc =
mqc = ch_multiqc_files
}