File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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\n java -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
155156RUN ln -s /usr/bin/python3 /usr/bin/python
156157
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments