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
Yoann DUFRESNE
linked reads molecule ordering
Commits
a7e4ce26
Commit
a7e4ce26
authored
Feb 13, 2020
by
Yoann Dufresne
Browse files
rename snake path
parent
59ef6b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Snakefile_d2
View file @
a7e4ce26
import glob
WORKDIR = "snake_exec" if "workdir" not in config else config["workdir"]
INPUT = ["snake_
tests
/simu_bar_n1000_d5_m2-dev0.gexf"] if "input" not in config else config["input"]
INPUT = ["snake_
exec
/simu_bar_n1000_d5_m2-dev0.gexf"] if "input" not in config else config["input"]
if "," in INPUT:
if INPUT[0] == "[":
INPUT = INPUT[1:-1]
...
...
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