-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from LUMC/release_1.2.1
Release 1.2.1
- Loading branch information
Showing
13 changed files
with
242 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,38 @@ | ||
- name: simple wdl | ||
command: >- | ||
bash -c ' | ||
TEST_JSON=simple.json ; | ||
sed -i "2i\"string_to_zip.out_path\":\"$PWD/moo.txt.gz\"," $TEST_JSON ; | ||
cromwell run -i $TEST_JSON simple.wdl' | ||
cromwell run -i simple.json -o simple.options.json simple.wdl | ||
files: | ||
- path: moo.txt.gz | ||
md5sum: 173fd8023240a8016033b33f42db14a2 | ||
- path: test-output/rand/0.bin | ||
- path: test-output/rand/1.bin | ||
- path: test-output/rand/2.bin | ||
- path: test-output/rand/3.bin | ||
- path: test-output/rand/4.bin | ||
- path: test-output/rand/5.bin | ||
- path: test-output/rand/6.bin | ||
- path: test-output/rand/7.bin | ||
- path: test-output/rand/8.bin | ||
- path: test-output/rand/9.bin | ||
- path: test-output/b64/0.txt | ||
- path: test-output/b64/1.txt | ||
- path: test-output/b64/2.txt | ||
- path: test-output/b64/3.txt | ||
- path: test-output/b64/4.txt | ||
- path: test-output/b64/5.txt | ||
- path: test-output/b64/6.txt | ||
- path: test-output/b64/7.txt | ||
- path: test-output/b64/8.txt | ||
- path: test-output/b64/9.txt | ||
- path: test-output/randgz/0.txt.gz | ||
- path: test-output/randgz/1.txt.gz | ||
- path: test-output/randgz/2.txt.gz | ||
- path: test-output/randgz/3.txt.gz | ||
- path: test-output/randgz/4.txt.gz | ||
- path: test-output/randgz/5.txt.gz | ||
- path: test-output/randgz/6.txt.gz | ||
- path: test-output/randgz/7.txt.gz | ||
- path: test-output/randgz/8.txt.gz | ||
- path: test-output/randgz/9.txt.gz | ||
- path: test-output/all_data.gz | ||
stdout: | ||
contains: | ||
- "WorkflowSucceededState" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"string_to_zip.string": "moo" | ||
"random_zip.lines_to_read": 10 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"final_workflow_outputs_dir": "test-output", | ||
"use_relative_output_paths": true, | ||
"default_runtime_attributes": { | ||
"docker_user": "$EUID" | ||
} | ||
} |
Oops, something went wrong.