Skip to content

Commit 9d3bbee

Browse files
committed
PEPTIDESHAKER:1.16.17 Fixed missing variable in cmd line
1 parent 24b5f77 commit 9d3bbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peptideshaker/1.16.17/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4
33

44
################## METADATA ######################
55
LABEL base_image="biocontainers:v1.0.0_cv4"
6-
LABEL version="2"
6+
LABEL version="3"
77
LABEL software="PeptideShaker"
88
LABEL software.version="1.16.17"
99
LABEL about.summary="interpretation of proteomics identification results"
@@ -21,7 +21,7 @@ RUN ZIP=PeptideShaker-1.16.17.zip && \
2121
wget http://genesis.ugent.be/maven2/eu/isas/peptideshaker/PeptideShaker/1.16.17/$ZIP -O /tmp/$ZIP && \
2222
unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
2323
rm /tmp/$ZIP && \
24-
bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/PeptideShaker-1.16.17/PeptideShaker-1.16.17.jar $@"' > /home/biodocker/bin/PeptideShaker && \
24+
bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/PeptideShaker-1.16.17/PeptideShaker-1.16.17.jar \$@"' > /home/biodocker/bin/PeptideShaker && \
2525
chmod +x /home/biodocker/bin/PeptideShaker
2626

2727
ENV PATH /home/biodocker/bin/PeptideShaker:$PATH

0 commit comments

Comments
 (0)