Skip to content

Commit

Permalink
Install mipscripts from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
arisp99 committed May 13, 2022
1 parent 6ccdf46 commit 8e3ed00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 1 addition & 6 deletions MIPTools.def
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ From: amd64/ubuntu:20.04
git clone --branch v7.6 https://github.com/bailey-lab/parasight.git
scp parasight/parasight.pl /opt/bin

# install mipscripts
cd /opt/programs
git clone --branch v0.3.0 https://github.com/bailey-lab/mipscripts.git
scp mipscripts/mipscripts.py /opt/bin

# install basespace cli
BS_VERSION=1.5.1
BS_PATH="https://launch.basespace.illumina.com/CLI/${BS_VERSION}/amd64-linux/bs"
Expand All @@ -165,7 +160,7 @@ From: amd64/ubuntu:20.04
# Remove programs to reduce image size. These programs have been installed
# and the binaries moved to /opt/bin
cd /opt/programs
rm -r mipscripts parasight vt
rm -r parasight vt

# add executable flag to executables
chmod -R +xr /usr/bin
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dependencies:
- openpyxl
- pandas
- parallel
- pip
- pip:
- mipscripts
- plotly
- primer3
- primer3-py
Expand Down

0 comments on commit 8e3ed00

Please sign in to comment.