Skip to content

Commit

Permalink
Remove github workflow for testing wdl
Browse files Browse the repository at this point in the history
Will reinstate after database is released publically
  • Loading branch information
kheal committed Jan 8, 2025
1 parent e65e42a commit d6d4285
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/wdl_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install miniwdl
- name: Test Lipid MiniWDL
run: |
miniwdl run wdl/metaMS_lipidomics.wdl -i wdl/metams_input_lipidomics.json --verbose --no-cache --copy-input-files
- name: Test 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

0 comments on commit d6d4285

Please sign in to comment.