Skip to content

Commit

Permalink
Drop unnecesary ganon parameter (should come via db_params) and patte…
Browse files Browse the repository at this point in the history
…rn for classify to 2.0 valid,
  • Loading branch information
jfy133 committed Sep 11, 2024
1 parent af8bc72 commit 9500726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -808,12 +808,12 @@ process {

withName: GANON_CLASSIFY {
tag = {"${meta.db_name}|${meta.id}"}
ext.args = params.ganon_save_readclassifications ? { "${meta.db_params} --output-all -m lca --output-unclassified" } : { "${meta.db_params}" }
ext.args = params.ganon_save_readclassifications ? { "${meta.db_params} --output-all --output-unclassified" } : { "${meta.db_params}" }
ext.prefix = params.perform_runmerging ? { "${meta.id}_${meta.db_name}.ganon" } : { "${meta.id}_${meta.run_accession}_${meta.db_name}.ganon" }
publishDir = [
path: { "${params.outdir}/ganon/${meta.db_name}/" },
mode: params.publish_dir_mode,
pattern: '*.{tre,rep,lca,all,unc,log}'
pattern: '*.{tre,rep,one,all,unc,log}'
]
}

Expand Down

0 comments on commit 9500726

Please sign in to comment.