Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Apr 24, 2019
1 parent f97cdd6 commit 34e8481
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ python:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y ncbi-blast+ prodigal
- sudo apt-get install -y libtbb-dev bowtie2
- sudo apt-get install -y libtbb-dev

# bowtie2
- wget https://github.com/BenLangmead/bowtie2/releases/download/v2.3.5.1/bowtie2-2.3.5.1-linux-x86_64.zip
- unzip bowtie2-2.3.5.1-linux-x86_64.zip
- pushd sudo mv bowtie2-2.3.5.1-linux-x86_64/* /usr/bin && popd

# diamond
- wget http://github.com/bbuchfink/diamond/releases/download/v0.8.36/diamond-linux64.tar.gz
- tar xzf diamond-linux64.tar.gz
Expand Down

0 comments on commit 34e8481

Please sign in to comment.