File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments