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

updated step mmseq and Snakemake file

parent 7ea13441
No related branches found
No related tags found
1 merge request!76Merge "cleanup" branch with "master" branch
......@@ -65,7 +65,7 @@ if 'assembly_annotation' in STEPS:
if 'checkpoint_assembly_annotation' in STEPS:
include:
"workflows/checkpoint_assembly_annotation.smk"
"workflow/steps/checkpoint_assembly_annotation.smk"
TARGETS += [
"assemble_and_coverage.done",
"annotate.done",
......@@ -77,10 +77,12 @@ if 'checkpoint_assembly_annotation' in STEPS:
"dummy_folders_created.done"
]
# if 'mmseq' in STEPS:
# include:
# "workflows/mmseq.smk"
# TARGETS += ["mmseq_comparison_for_ont.done"]
if 'mmseq' in STEPS:
include:
"workflow/steps/mmseq.smk"
TARGETS += [
"mmseq_comparison_for_ont.done"
]
# if 'metaT' in STEPS:
# include:
......
......@@ -2,7 +2,7 @@
# specify which rules to run
include:
'../rules/MMSEQ_RULES'
'../rules/mmseq.smk'
# Rule all for running the MMSEQ2 analyses on the proteins after assembly
rule MMSEQ:
......
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