Skip to content

Commit bd15d0c

Browse files
committed
v0.3.1
1 parent a2f4760 commit bd15d0c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,15 @@ RUN wget https://github.com/alexdobin/STAR/releases/download/2.7.11b/STAR_2.7.11
143143
rm -rf STAR_2.7.11b*
144144

145145
# Install QualiMap
146-
RUN wget https://bitbucket.org/kokonech/qualimap/downloads/qualimap_v2.3.zip && \
146+
# RUN wget https://bitbucket.org/kokonech/qualimap/downloads/qualimap_v2.3.zip && \
147+
# the above would not download, so switched to the dropbox link provided by MattB
148+
RUN wget https://www.dropbox.com/scl/fi/99rhz8q113vwi403bv6ys/qualimap_v2.3.zip \
147149
unzip qualimap_v2.3.zip && \
148150
mv qualimap_v2.3 /opt/qualimap && \
149151
echo '#!/bin/bash\njava -Xms32m -Xmx2g -jar /opt/qualimap/qualimap.jar "$@"' > /usr/local/bin/qualimap && \
150152
chmod +x /usr/local/bin/qualimap && \
151153
rm qualimap_v2.3.zip
152154

153-
154155
#create a symlink for python as hisat2 hashbangs are set for python and not python3
155156
RUN ln -s /usr/bin/python3 /usr/bin/python
156157

submit.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
native:
1414
container:
1515
name: "rnaseq"
16-
image: "ghcr.io/nesi/training-environment-rstudio-rnaseq-app:v0.3.0"
16+
image: "ghcr.io/nesi/training-environment-rstudio-rnaseq-app:v0.3.1"
1717
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
1818
restart_policy: 'OnFailure'
1919
env:

0 commit comments

Comments
 (0)