Skip to content

Commit

Permalink
Merge pull request #42 from CoBrALab/updates
Browse files Browse the repository at this point in the history
Changed the install to a .tar.gz for version 0.1.1 .
  • Loading branch information
Gab-D-G authored Nov 28, 2019
2 parents b4bf046 + 574810e commit 534912d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ RUN export RABIES_VERSION=0.1.1 && \
ENV QBATCH_SYSTEM local

WORKDIR /tmp/
ENTRYPOINT ["/home/rabies/RABIES/exec.py"]
ENTRYPOINT ["/home/rabies/RABIES-0.1.1/exec.py"]
9 changes: 4 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ export RABIES_VERSION=0.1.1
export RABIES=$HOME/RABIES-${RABIES_VERSION}
export PYTHONPATH="${PYTHONPATH}:$RABIES"

#cd $HOME
#curl -L --retry 5 -o $HOME/RABIES.tar.gz https://github.com/CoBrALab/RABIES/archive/${RABIES_VERSION}.tar.gz
#tar zxf $HOME/RABIES.tar.gz
#rm $HOME/RABIES.tar.gz
git clone https://github.com/CoBrALab/RABIES $RABIES
cd $HOME
curl -L --retry 5 -o $HOME/RABIES.tar.gz https://github.com/CoBrALab/RABIES/archive/${RABIES_VERSION}.tar.gz
tar zxf $HOME/RABIES.tar.gz
rm $HOME/RABIES.tar.gz

#creates an executable script to execute rabies
mkdir -p $RABIES/bin
Expand Down

0 comments on commit 534912d

Please sign in to comment.