Skip to content

Commit

Permalink
Fizes to GUSHR container
Browse files Browse the repository at this point in the history
  • Loading branch information
James-S-Santangelo committed Feb 25, 2023
1 parent a87b0d8 commit a78547f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions gushr/Singularity.gushr_v1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ From: ubuntu:20.04
# Install JAVA and Samtools
# ===========================

export DEBIAN_FRONTEND="noninteractive"
apt-get update &&
apt-get -y install \
openjdk-8-jdk \
Expand All @@ -46,15 +47,18 @@ From: ubuntu:20.04
# ===========================

cd /opt && mkdir bin
wget https://raw.githubusercontent.com/Gaius-Augustus/Augustus/master/scripts/gtf2gff.pl -P ./bin/gtf2gff.pl
wget https://raw.githubusercontent.com/Gaius-Augustus/Augustus/master/scripts/gtf2gff.pl -P /opt/bin/

# ===========================
# Install GUSHR
# ===========================

git clone https://github.com/Gaius-Augustus/GUSHR.git

ln -s GUSHR/gushr.py /opt/bin/gushr.py
ln -s GUSH/GeMoMa-1.6.2.jar /opt/bin/GeMoMa-1.6.2.jar
chmod ugo+x GUSHR/gushr.py
chmod ugo+x GUSHR/GeMoMa-1.6.2.jar
chmod ugo+x /opt/bin/gtf2gff.pl

ln -s /opt/GUSHR/gushr.py /opt/bin/gushr.py
ln -s /opt/GUSHR/GeMoMa-1.6.2.jar /opt/bin/GeMoMa-1.6.2.jar

chmod ugo+w /opt/bin/*

0 comments on commit a78547f

Please sign in to comment.