Skip to content
Snippets Groups Projects
Commit 164333d6 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

update relative repo path

parent 3a4ec78c
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ snakefiles: ...@@ -14,9 +14,9 @@ snakefiles:
""" """
# ==== Snakefile paths ==== # ==== Snakefile paths ====
__export2graphlan_rules = config.get("snakefiles", {}).get("export2graphlan", "../../../tools/graphlan/export2graphlan/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_annotate_rules = config.get("snakefiles", {}).get("graphlan_annotate", "../../tools/graphlan/graphlan_annotate/Snakefile")
__graphlan_rules = config.get("snakefiles", {}).get("graphlan", "../../../tools/graphlan/graphlan/Snakefile") __graphlan_rules = config.get("snakefiles", {}).get("graphlan", "../../tools/graphlan/graphlan/Snakefile")
# ---- export2graphlan # ---- export2graphlan
__export2graphlan_input = __graphlan_from_metaphlan2_input __export2graphlan_input = __graphlan_from_metaphlan2_input
......
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