Skip to content

Commit

Permalink
Change input json for test to specify that it is for gcms
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Sep 23, 2024
1 parent 53d609c commit 773c10b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wdl_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run MiniWDL
run: |
# Add the commands to run your MiniWDL workflow
miniwdl run wdl/metaMS_gcms.wdl -i wdl/metams_input.json --verbose --no-cache --copy-input-files
miniwdl run wdl/metaMS_gcms.wdl -i wdl/metams_input_gcms.json --verbose --no-cache --copy-input-files
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pip3 install miniwdl

Call:
```bash
miniwdl run wdl/metaMS.wdl -i wdl/metams_input.json --verbose --no-cache --copy-input-files
miniwdl run wdl/metaMS_gcms.wdl -i wdl/metams_input_gcms.json --verbose --no-cache --copy-input-files
```
## MetaMS Docker Container

Expand Down
1 change: 1 addition & 0 deletions _LAST
File renamed without changes.

0 comments on commit 773c10b

Please sign in to comment.