Skip to content

Commit ed2ca26

Browse files
Merge pull request #30 from wikipathways/AlexanderPico-patch-5
fixed zenodo link
2 parents 7fbb1b6 + 7b9f7e0 commit ed2ca26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled_bridge_cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
cd "${{ github.workspace }}" #SANDBOX
6363
if [ ! -e ./Hs_Derby_Ensembl_111.bridge ]; then
64-
wget -O Hs_Derby_Ensembl_111.bridge https://zenodo.org/record/7781913/files/Hs_Derby_Ensembl_111.bridge?download=1
64+
wget -O Hs_Derby_Ensembl_111.bridge https://zenodo.org/record/14779056/files/Hs_Derby_Ensembl_111.bridge?download=1
6565
fi
6666
6767
- name: Generate gdb.config, fileNames.config, and fileDownloads.config

0 commit comments

Comments
 (0)