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="2 "
6+ LABEL version="3 "
77LABEL software="PeptideShaker"
88LABEL software.version="1.10.3"
99LABEL about.summary="interpretation of proteomics identification results"
@@ -21,7 +21,7 @@ RUN ZIP=PeptideShaker-1.10.3.zip && \
2121 wget https://github.com/BioDocker/software-archive/releases/download/PeptideShaker/$ZIP -O /tmp/$ZIP && \
2222 unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
2323 rm /tmp/$ZIP && \
24- bash -c 'echo -e "#!/bin/bash\n java -jar /home/biodocker/bin/PeptideShaker-1.10.3/PeptideShaker-1.10.3.jar $@"' > /home/biodocker/bin/PeptideShaker && \
24+ bash -c 'echo -e "#!/bin/bash\n java -jar /home/biodocker/bin/PeptideShaker-1.10.3/PeptideShaker-1.10.3.jar \ $ @"' > /home/biodocker/bin/PeptideShaker && \
2525 chmod +x /home/biodocker/bin/PeptideShaker
2626
2727ENV PATH /home/biodocker/bin/PeptideShaker:$PATH
You can’t perform that action at this time.
0 commit comments