Skip to content

Commit

Permalink
install correct Ensembl releases for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Jan 30, 2024
1 parent 2f1be38 commit 486a255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 94 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
run: |
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 77 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh38.77/
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/
pyensembl install --release 81 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh38.81/
pyensembl install --release 95 --species human --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCh38.95/
pyensembl install --release 95 --species mouse --custom-mirror https://github.com/openvax/ensembl-data/releases/download/GRCm38.95/
echo "After installing Ensembl releases" && df -h
- name: Run unit tests
run: |
./test.sh
Expand Down
91 changes: 0 additions & 91 deletions .travis.yml

This file was deleted.

0 comments on commit 486a255

Please sign in to comment.