mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 00:16:03 +00:00
Remove duplicated multqic mixing
This commit is contained in:
parent
832d981976
commit
bbd8049ca1
1 changed files with 0 additions and 2 deletions
|
@ -271,8 +271,6 @@ workflow TAXPROFILER {
|
|||
ch_multiqc_files = ch_multiqc_files.mix( STANDARDISATION_PROFILES.out.mqc.collect{it[1]}.ifEmpty([]) )
|
||||
}
|
||||
|
||||
ch_multiqc_files = ch_multiqc_files.mix( PROFILING.out.mqc.collect{it[1]}.ifEmpty([]) )
|
||||
|
||||
// TODO create multiQC module for metaphlan
|
||||
MULTIQC (
|
||||
ch_multiqc_files.collect()
|
||||
|
|
Loading…
Reference in a new issue