mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:13:10 +00:00
Update subworkflows/local/profiling.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
c4c82212e1
commit
811ded38af
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +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([]) )
|
||||
ch_multiqc_files = ch_multiqc_files.mix( DIAMOND_BLASTX.out.log )
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue