mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:43:08 +00:00
Remove platform specificity for MALT
This commit is contained in:
parent
d9003924be
commit
606ffc0eb1
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ workflow PROFILING {
|
|||
// MALT: We groupTuple to have all samples in one channel for MALT as database
|
||||
// loading takes a long time, so we only want to run it once per database
|
||||
ch_input_for_malt = ch_input_for_profiling.malt
|
||||
.filter { it[0]['instrument_platform'] == 'ILLUMINA' }
|
||||
.map {
|
||||
meta, reads, db_meta, db ->
|
||||
|
||||
|
|
Loading…
Reference in a new issue