sunbeam icon indicating copy to clipboard operation
sunbeam copied to clipboard

Remove `aggregate_reads` step in decontam

Open Ulthran opened this issue 1 year ago • 0 comments

This step concatenates files and then feeds them into filter_reads which also needs all the unaggregated files and the aggregates are never used again. We can just do the aggregation at the start of filter_reads or more likely not at all (iterate over input read id files)

Ulthran avatar Apr 04 '24 19:04 Ulthran