From 05feacebe8f10d379069f864fd4a76ba1cff79bf Mon Sep 17 00:00:00 2001 From: ottojolanki Date: Mon, 3 Dec 2018 10:21:38 -0800 Subject: [PATCH] correct the dxwdl version to 0.77 from 0.75 --- docs/howto.md | 2 +- docs/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howto.md b/docs/howto.md index f0851bf..3d852e7 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -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. diff --git a/docs/installation.md b/docs/installation.md index 47a39c5..7ca9c25 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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) \ No newline at end of file