Skip to content

Commit

Permalink
correct the dxwdl version to 0.77 from 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Dec 3, 2018
1 parent 3416bfb commit 05feace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Replace `[YOUR_PROJECT_NAME]` with the actual name of the project you created.
6. Compile the workflow:

```bash
$ java -jar dxWDL-0.75.jar compile rna-seq-pipeline.wdl -project [YOUR_PROJECT_NAME] -f -folder /test_run/workflow -defaults input.json -extras workflow_opts/docker.json
$ java -jar dxWDL-0.77.jar compile rna-seq-pipeline.wdl -project [YOUR_PROJECT_NAME] -f -folder /test_run/workflow -defaults input.json -extras workflow_opts/docker.json
```

7. Go to the DNAnexus [project page](https://platform.dnanexus.com/projects) and click on your project.
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ If you are intending to build and run the pipeline on DNAnexus, the following se
4. Download dxWDL:
```bash
$ wget https://github.com/dnanexus/dxWDL/releases/download/0.75/dxWDL-0.75.jar
$ wget https://github.com/dnanexus/dxWDL/releases/download/0.77/dxWDL-0.77.jar
```
5. Make dxWDL executable:
```bash
$ chmod 755 dxWDL-0.75.jar
$ chmod 755 dxWDL-0.77.jar
```
* For an example on how to run the pipeline on DNAnexus, see [HOWTO](howto.md#dna-nexus)

0 comments on commit 05feace

Please sign in to comment.