Skip to content
GitLab
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
1d152b70
Commit
1d152b70
authored
May 13, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
fix relative path
parent
25277f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/subworkflows/graphlan_from_metaphlan2/Snakefile
View file @
1d152b70
...
@@ -8,9 +8,9 @@ This subworkflow need to be called to be used by specifying:
...
@@ -8,9 +8,9 @@ This subworkflow need to be called to be used by specifying:
"""
"""
# ==== Rule paths ====
# ==== Rule paths ====
__export2graphlan_rules = config.get("rules", {}).get("export2graphlan", "../../tools/graphlan/export2graphlan/Snakefile")
__export2graphlan_rules = config.get("rules", {}).get("export2graphlan", "../../
../
tools/graphlan/export2graphlan/Snakefile")
__graphlan_annotate_rules = config.get("rules", {}).get("graphlan_annotate", "../../tools/graphlan/graphlan_annotate/Snakefile")
__graphlan_annotate_rules = config.get("rules", {}).get("graphlan_annotate", "../../
../
tools/graphlan/graphlan_annotate/Snakefile")
__graphlan_rules = config.get("rules", {}).get("graphlan", "../../tools/graphlan/graphlan/Snakefile")
__graphlan_rules = config.get("rules", {}).get("graphlan", "../../
../
tools/graphlan/graphlan/Snakefile")
# ---- export2graphlan
# ---- export2graphlan
__export2graphlan_input = __graphlan_from_metaphlan2_input
__export2graphlan_input = __graphlan_from_metaphlan2_input
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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