Skip to content

Commit

Permalink
fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed May 14, 2024
1 parent cbb4184 commit f5567ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preload-correlation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Set environment variables
run: |
echo "CORRELATIOND_DIR=$RUNNER_TEMP" >> $GITHUB_ENV
echo "CORRELATION_DIR=$RUNNER_TEMP" >> $GITHUB_ENV
- name: Cache reference data
id: cache-ref
Expand All @@ -27,6 +27,6 @@ jobs:
- name: Download reference data
if: steps.cache-ref.outputs.cache-hit != 'true'
run: |
wget -qnc -P $CORRELATION_DIR http://ftp.ebi.ac.uk/pub/databases/spot/pgs/resources/correlation.tar.zst
wget -qnc -P $CORRELATION_DIR https://ftp.ebi.ac.uk/pub/databases/spot/pgs/resources/correlation.tar.zst
tar -xf $CORRELATION_DIR/correlation.tar.zst -C $CORRELATION_DIR

0 comments on commit f5567ce

Please sign in to comment.