Skip to content

Commit

Permalink
try another fix for setup_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Nov 9, 2018
1 parent 0db897e commit 08724b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ trap cleanup EXIT


cd ${TMPDATADIR}
curl -LkSs https://api.github.com/repos/mirnylab/distiller-test-data/tarball | tar -zxf -
#curl -LkSs https://api.github.com/repos/mirnylab/distiller-test-data/tarball | tar -zxf -
wget -qO- https://api.github.com/repos/mirnylab/distiller-test-data/tarball | tar xvz
# cd to the first (and the only) folder that was extracted from the tarball
cd $(ls -d */|head -n 1)
mv -n ./genome ${PROJECT_DIR}
Expand Down

0 comments on commit 08724b2

Please sign in to comment.