Skip to content

Commit

Permalink
Updated setup.sh to put eutils in libs/eutils directory
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 24, 2019
1 parent 7a6ea97 commit 980e2e9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
wget http://www.microbeatlas.org/mapref/mapref-2.2b.tar.gz
tar -Cdata -xvzf mapref-2.2b.tar.gz && mv data/mapref-2.2b/* data/ && rmdir data/mapref-2.2b && touch data/mapref-2.2b.fna

svn co https://www.konceptfx.com/svn/eutils
pushd eutils
svn update


if [ ! -d "libs/eutils" ]; then
mkdir -p libs
svn co https://www.konceptfx.com/svn/eutils libs/eutils
else
pushd libs/eutils
svn update
popd
fi

0 comments on commit 980e2e9

Please # to comment.