Skip to content

Commit

Permalink
travis: fix megahit binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 13, 2020
1 parent 6626035 commit 3cd5be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ MEGAHITTAR=$MEGAHIT.tar.gz
echo "* $MEGAHIT"
$WGET https://github.com/voutcn/megahit/releases/download/v$MEGAHITVER/$MEGAHITTAR
$UNTAR $MEGAHITTAR
PATH=$HERE/$MEGAHIT:$PATH
PATH=$HERE/$MEGAHIT/bin:$PATH

KMCVER=3.1.1
KMC=KMC${KMCVER}.linux.tar.gz
Expand Down

0 comments on commit 3cd5be6

Please sign in to comment.