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
Zaugg Group
diffTF
Commits
f761dff7
Commit
f761dff7
authored
Dec 10, 2018
by
Christian Arnold
Browse files
Require minimum version 5.3.1 for Snakemake
parent
6dec01ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Snakefile
View file @
f761dff7
...
...
@@ -14,7 +14,7 @@ start = time.time()
# Enforce a minimum Snakemake version because of various features
min_version("
4.7
")
min_version("
5.3.1
")
__author__ = "Christian Arnold & Ivan Berest"
__license__ = "MIT"
...
...
Write
Preview
Supports
Markdown
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