We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9566f77 commit 8ada413Copy full SHA for 8ada413
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Install
24
run: |
25
- sudo apt-get install -y zip gzip git curl libdb-dev perl-lwp-protocol-https
+ sudo apt-get install -y zip gzip git curl libdb-dev
26
cpanm --quiet --notest JSON Path::Tiny LWP::Simple Bio::Perl
27
wget http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.17.0/ncbi-blast-2.17.0+-x64-linux.tar.gz
28
tar zxvf ncbi-blast-2.17.0+-x64-linux.tar.gz
0 commit comments