File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4
33
44# ################# METADATA ######################
55LABEL base_image="biocontainers:v1.0.0_cv4"
6- LABEL version="3 "
6+ LABEL version="4 "
77LABEL software="denovogui"
88LABEL software.version="1.5.2"
99LABEL about.summary="graphical user interface for de novo sequencing of tandem mass spectra"
@@ -27,7 +27,7 @@ RUN ZIP=DeNovoGUI-1.5.2.zip && \
2727 wget https://github.com/BioDocker/software-archive/releases/download/deNovoGUI/$ZIP -O /tmp/$ZIP && \
2828 unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
2929 rm /tmp/$ZIP && \
30- bash -c 'echo -e "#!/bin/bash\n java -jar /home/biodocker/bin/DeNovoGUI-1.5.2/DeNovoGUI-1.5.2.jar $@" > /home/biodocker/bin/denovogui' && \
30+ bash -c 'echo -e "#!/bin/bash\n java -jar /home/biodocker/bin/DeNovoGUI-1.5.2/DeNovoGUI-1.5.2.jar \ $ @" > /home/biodocker/bin/denovogui' && \
3131 chmod +x /home/biodocker/bin/denovogui
3232
3333ENV PATH /home/biodocker/bin/denovogui:$PATH
You can’t perform that action at this time.
0 commit comments