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

Merge branch 'support-aligned-reads' of github.com:nf-core/taxprofiler into support-aligned-reads

This commit is contained in:
James Fellows Yates 2022-06-09 08:16:01 +02:00
commit 800c0dd2aa

View file

@ -67,7 +67,6 @@ workflow PROFILING {
.map {
meta, reads, db_meta, db ->
def sam_format = params.malt_save_reads ? ' --alignments ./ -za false' : ""
// TODO wut? [9a/a441d6] Submitted process > NFCORE_TAXPROFILER:TAXPROFILER:PROFILING:MALT_RUN (null)
def temp_meta = [ id: meta['db_name'] ]
def new_db_meta = db_meta.clone()
new_db_meta['db_params'] = db_meta['db_params'] + sam_format