Skip to content

Commit

Permalink
.gitlab-ci.yml: add snakemake sim_output path support
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 31, 2023
1 parent 1ef4d2e commit 98eb762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ get_data:
- ls -lrtha
- ln -s "${LOCAL_DATA_PATH}/sim_output" sim_output
- ln -s "${LOCAL_DATA_PATH}/datasets/data" data
# snakemake support
- mkdir "${DETECTOR_CONFIG}"
- ln -s "${LOCAL_DATA_PATH}/sim_output" "${DETECTOR_CONFIG}/sim_output"
- ls -lrtha
retry:
max: 2
Expand Down

0 comments on commit 98eb762

Please sign in to comment.