Skip to content

Commit

Permalink
Add lipid workflow to wdl checker
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Oct 1, 2024
1 parent 0eb5696 commit b8ca5b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wdl_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
python -m pip install --upgrade pip
pip install miniwdl
- name: Run MiniWDL
- name: Run GCMS MiniWDL
run: |
# Add the commands to run your MiniWDL workflow
miniwdl run wdl/metaMS_gcms.wdl -i wdl/metams_input_gcms.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
- name: Run LCMS Lipid MiniWDL
run: |
miniwdl run wdl/metaMS_lcms_lipid.wdl configuration/lipidomics_metams.toml

0 comments on commit b8ca5b4

Please sign in to comment.