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
hub
tars-cwl-runner
Commits
8c886f08
Commit
8c886f08
authored
Jun 04, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
remove specific install for cwltool
parent
03f0b599
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8c886f08
...
...
@@ -80,10 +80,9 @@ So we need to pull `Toil` repository and modify the `setup.py` prior to manual i
### Install cwltool and cwl-utils
Since we want specific version
s of `
cwltool
` and
`
cwl-utils
` for the moment, we refer to github repository directly:
Since we want specific version `
cwl-utils
` for the moment, we refer to github repository directly:
```bash
(your-toil-venv)$ pip install --upgrade cwltool==1.0.20190603140227
(your-toil-venv)$ pip install -e git+https://github.com/khillion/cwl-utils.git#egg=cwl_utils # This need to change to to be more stable
```
...
...
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