Skip to content

Commit

Permalink
added extra ensembl install paths
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 26, 2024
1 parent 3cd0459 commit a95e4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 93 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
echo "Before installing Ensembl releases" && df -h
pyensembl install --release 75 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh37.75/
pyensembl install --release 102 --species mouse --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCm38.102/
echo "After installing Ensembl releases" && df -h
pyensembl install --release 93 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh38.93/
pyensembl install --release 93 --species mouse --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCm38.93/
- name: Test with pytest
run: |
# configure netmhc-bundle paths
Expand Down
92 changes: 0 additions & 92 deletions .travis.yml

This file was deleted.

0 comments on commit a95e4e1

Please sign in to comment.