Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
snakemake
Commits
164333d6
Commit
164333d6
authored
May 14, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
update relative repo path
parent
3a4ec78c
Changes
1
Show whitespace changes
Inline
Side-by-side
subworkflows/graphlan_from_metaphlan2/Snakefile
View file @
164333d6
...
...
@@ -14,9 +14,9 @@ snakefiles:
"""
# ==== Snakefile paths ====
__export2graphlan_rules = config.get("snakefiles", {}).get("export2graphlan", "../../
../
tools/graphlan/export2graphlan/Snakefile")
__graphlan_annotate_rules = config.get("snakefiles", {}).get("graphlan_annotate", "../../
../
tools/graphlan/graphlan_annotate/Snakefile")
__graphlan_rules = config.get("snakefiles", {}).get("graphlan", "../../
../
tools/graphlan/graphlan/Snakefile")
__export2graphlan_rules = config.get("snakefiles", {}).get("export2graphlan", "../../tools/graphlan/export2graphlan/Snakefile")
__graphlan_annotate_rules = config.get("snakefiles", {}).get("graphlan_annotate", "../../tools/graphlan/graphlan_annotate/Snakefile")
__graphlan_rules = config.get("snakefiles", {}).get("graphlan", "../../tools/graphlan/graphlan/Snakefile")
# ---- export2graphlan
__export2graphlan_input = __graphlan_from_metaphlan2_input
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment