mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:03:10 +00:00
incorporate diamond log file into multiqc channel
This commit is contained in:
parent
035b4b7a17
commit
c4c82212e1
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ workflow PROFILING {
|
|||
DIAMOND_BLASTX ( ch_input_for_diamond.reads, ch_input_for_diamond.db, ch_diamond_reads_format , [] )
|
||||
ch_versions = ch_versions.mix( DIAMOND_BLASTX.out.versions.first() )
|
||||
ch_raw_profiles = ch_raw_profiles.mix( DIAMOND_BLASTX.out.tsv )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( DIAMOND_BLASTX.out.log.collect{it[1]}.ifEmpty([]) )
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue