Skip to content

Commit

Permalink
PIP-1500-fix-test-run-instructions (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sud authored Mar 1, 2021
1 parent ec3498f commit 33166d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An [ENCODE](https://www.encodeproject.org/) pipeline for processing whole-genome
$ git clone https://github.com/ENCODE-DCC/wgbs-pipeline
```

2. Install [Caper](https://github.com/ENCODE-DCC/caper), requires `java` >= 1.8 and `python` >= 3.6 . Caper is a python wrapper for [Cromwell](https://github.com/broadinstitute/cromwell).
2. Install [Caper](https://github.com/ENCODE-DCC/caper), requires `java` >= 1.8, `docker`, and `python` >= 3.6 . Caper is a python wrapper for [Cromwell](https://github.com/broadinstitute/cromwell).
```bash
$ pip install caper # use pip3 if it doesn't work
```
Expand All @@ -30,7 +30,7 @@ To verify your installation, you can run the following pipeline with a test data
> Note: this will incur some cost when running in cloud environments.
```bash
$ caper run wgbs-pipeline.wdl -i tests/functional/json/test_wgbs.json
$ caper run wgbs-pipeline.wdl -i tests/functional/json/test_wgbs.json --docker
```
For detailed usage, see [usage](docs/usage.md)
Expand Down

0 comments on commit 33166d4

Please sign in to comment.