Skip to content

Commit 728a681

Browse files
authored
Merge pull request #5 from dockstore-testing/feature/moveInputFiles
Move inputs files
2 parents 761499a + 329a291 commit 728a681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

md5sum/md5sum-input-cwl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"input_file": {
33
"class": "File",
4-
"path": "md5sum.input"
4+
"path": "../md5sum.input"
55
}
66
}

md5sum/md5sum-wdl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ga4ghMd5.inputFile": "md5sum.input"
2+
"ga4ghMd5.inputFile": "../md5sum.input"
33
}

0 commit comments

Comments
 (0)