Skip to content

Commit

Permalink
Use archived download of Gblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jan 12, 2024
1 parent 44652e5 commit c5d0602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
perl-version: '5.34'
- run: sudo apt-get install -y muscle hmmer raxml prodigal
- run: curl http://molevol.cmima.csic.es/castresana/Gblocks/Gblocks_Linux64_0.91b.tar.Z | tar xz
- run: curl https://web.archive.org/web/20211120055536/http://molevol.cmima.csic.es/castresana/Gblocks/Gblocks_Linux64_0.91b.tar.Z | tar xz
- run: echo "$PWD/Gblocks_0.91b" >> $GITHUB_PATH
- run: cpanm --installdeps .
- run: prove -lv t
- run: prove -lv t

0 comments on commit c5d0602

Please sign in to comment.