We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a9301 commit 4fbf819Copy full SHA for 4fbf819
pyproject.toml
@@ -21,6 +21,7 @@ dependencies = [
21
# install separately using either `conda install graphviz` or `sudo apt install graphviz`.
22
# This 'graphviz' is equivalent to `conda install python-graphviz` or
23
# `sudo apt install python3-graphviz` ONLY.
24
+ "cwltool",
25
"graphviz",
26
"jsonschema",
27
"pyyaml",
@@ -108,7 +109,6 @@ runners = [
108
109
]
110
runners-src = [
111
"toil[cwl] @ git+https://github.com/sameeul/toil.git",
- "cwltool @ git+https://github.com/sameeul/cwltool.git",
112
"cwl-utils @ git+https://github.com/sameeul/cwl-utils.git",
113
114
# See docs/requirements.txt
0 commit comments