We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1084f commit 986cc41Copy full SHA for 986cc41
.github/workflows/lc_fticr_workflow_tests.yaml
@@ -28,13 +28,14 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install miniwdl
30
31
+ - name: Download LC-FTICR database and test data
32
+ run: |
33
+ make get-lcms-fticr-test-data
34
+
35
- name: Run LC_FTICR WDL with lipidomics test data and pushed Docker Image
36
run: |
37
make wdl-run-lc
38
- - name: Download LC-FTICR database and test data
- run: |
- make get-lcms-fticr-test-data
39
- name: Build Docker Image
40
41
make docker-build-local
0 commit comments