Skip to content

Commit

Permalink
Add more no_value_flags for routine-assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Sep 28, 2022
1 parent 301a6cb commit 76b073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_cpo/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def analyze_run(config: dict[str, object], analysis: dict[str, object]):
base_analysis_work_dir = config['analysis_work_dir']
no_value_flags_by_pipeline_name = {
"BCCDC-PHL/taxon-abundance": [],
"BCCDC-PHL/routine-assembly": ["unicycler", "hybrid", "bakta", "prokka"],
"BCCDC-PHL/routine-assembly": ["unicycler", "shovill", "dragonflye", "hybrid", "bakta", "prokka"],
"BCCDC-PHL/mlst-nf": [],
"BCCDC-PHL/plasmid-screen": ["pre_assembled"],
}
Expand Down

0 comments on commit 76b073c

Please sign in to comment.