Skip to content
Snippets Groups Projects
Commit a020fdeb authored by Valentina Galata's avatar Valentina Galata
Browse files

updated step taxonomy

parent c27407fb
No related branches found
No related tags found
1 merge request!76Merge "cleanup" branch with "master" branch
......@@ -99,10 +99,10 @@ if 'binning' in STEPS:
"workflow/steps/binning.smk"
TARGETS += ["binning_for_ont.done"]
# if 'taxonomy' in STEPS:
# include:
# "workflows/taxonomy.smk"
# TARGETS += ["taxonomy_for_ont.done"]
if 'taxonomy' in STEPS:
include:
"workflow/steps/taxonomy.smk"
TARGETS += ["taxonomy_for_ont.done"]
# if 'analysis' in STEPS:
# include:
......
......@@ -2,7 +2,7 @@
# specify which rules to run
include:
'../rules/TAXONOMY_RULES'
'../rules/taxonomy.smk'
# Rule all for TAXONOMY
rule TAXONOMY:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment