Skip to content

Commit fafdda8

Browse files
committed
make order of ops consistent
1 parent 13696da commit fafdda8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,20 @@ jobs:
181181
--onlyValidate \
182182
--genie_annotation_pkg /root/annotation-tools
183183
184-
- name: Run processing on non-mutation data in test pipeline
185-
run: |
186-
docker exec genie-container \
187-
python3 /root/Genie/bin/input_to_database.py main --project_id ${{ env.TEST_PROJECT_SYNID }} --deleteOld
188-
189184
- name: Run processing on mutation data in test pipeline
190185
run: |
191186
docker exec genie-container \
192-
python3 /root/Genie/bin/input_to_database.py mutation --project_id ${{ env.TEST_PROJECT_SYNID }} \
193-
--deleteOld \
187+
python3 /root/Genie/bin/input_to_database.py mutation \
188+
--project_id ${{ env.TEST_PROJECT_SYNID }} \
194189
--genie_annotation_pkg /root/annotation-tools \
195190
--createNewMafDatabase
196-
191+
192+
- name: Run processing on non-mutation data in test pipeline
193+
run: |
194+
docker exec genie-container \
195+
python3 /root/Genie/bin/input_to_database.py main \
196+
--project_id ${{ env.TEST_PROJECT_SYNID }}
197+
197198
- name: Run consortium release in test pipeline
198199
run: |
199200
docker exec genie-container \

0 commit comments

Comments
 (0)