Skip to content

Commit

Permalink
Fix typo on wdl and rename steps in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Oct 1, 2024
1 parent b8ca5b4 commit a87f16b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wdl_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
python -m pip install --upgrade pip
pip install miniwdl
- name: Run GCMS MiniWDL
- 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
- name: Run LCMS Lipid MiniWDL
- name: Test LCMS Lipid MiniWDL
run: |
miniwdl run wdl/metaMS_lcms_lipid.wdl configuration/lipidomics_metams.toml
miniwdl run wdl/metaMS_lipidomics.wdl configuration/lipidomics_metams.toml

0 comments on commit a87f16b

Please sign in to comment.