1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:32:05 +00:00

Remove platform specificity for MALT

This commit is contained in:
James Fellows Yates 2023-01-20 13:40:59 +01:00
parent d9003924be
commit 606ffc0eb1

View file

@ -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 ->