mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 14:49:55 +00:00
Merge branch 'support-aligned-reads' of github.com:nf-core/taxprofiler into support-aligned-reads
This commit is contained in:
commit
800c0dd2aa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue