We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fbb1b6 + 7b9f7e0 commit ed2ca26Copy full SHA for ed2ca26
.github/workflows/scheduled_bridge_cache.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
cd "${{ github.workspace }}" #SANDBOX
63
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
+ wget -O Hs_Derby_Ensembl_111.bridge https://zenodo.org/record/14779056/files/Hs_Derby_Ensembl_111.bridge?download=1
65
fi
66
67
- name: Generate gdb.config, fileNames.config, and fileDownloads.config
0 commit comments