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 @@ -4,7 +4,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4
44# ################# METADATA ######################
55
66LABEL base_image="biocontainers:v1.0.0_cv4"
7- LABEL version="3 "
7+ LABEL version="4 "
88LABEL software="MSGF+"
99LABEL software.version="9949"
1010LABEL about.summary="MS/MS database search tool"
@@ -22,7 +22,7 @@ RUN ZIP=MSGFPlus_9949.zip && \
2222 wget https://github.com/BioDocker/software-archive/releases/download/MSGFPlus/$ZIP -O /tmp/$ZIP && \
2323 unzip /tmp/$ZIP -d /home/biodocker/bin/MSGFPlus_9949/ && \
2424 rm /tmp/$ZIP && \
25- bash -c ' echo -e " #!/bin/bash\n java -jar /home/biodocker/bin/MSGFPlus_9949/MSGFPlus.jar $@" > /home/biodocker/bin/MSGFPlus' && \
25+ bash -c " echo -e ' #!/bin/bash\n java -jar /home/biodocker/bin/MSGFPlus_9949/MSGFPlus.jar \$ @' > /home/biodocker/bin/MSGFPlus" && \
2626 chmod +x /home/biodocker/bin/MSGFPlus
2727
2828ENV PATH /home/biodocker/bin/MSGFPlus:$PATH
You can’t perform that action at this time.
0 commit comments