Closed cschu closed 9 months ago
My bad, I was reverting a recent change that tried to parallelize the BRACKEN preclassification but it turned out to be too heavy on RAM. Should be fixed now.
Cool, thanks. I also assume that the classify.out.collect()
should actually be self_classify.out.collect()
?
nvm - misread the code
Hi, the
build_kraken
workflow references a process/workflow namedmerge
However, this identifier is not defined anywhere. As the
build_bracken
command operates onmerge.out
, I also don't assume that this is supposed to be theChannel.merge
operator.Thanks, Christian