File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4
44
55# ################# METADATA ######################
66LABEL base_image="biocontainers:v1.0.0_cv4"
7- LABEL version="3 "
7+ LABEL version="4 "
88LABEL software="X!Tandem"
99LABEL software.version="15-12-15-2"
1010LABEL about.summary="software that can match tandem mass spectra with peptide sequences"
2121RUN ZIP=tandem-linux-15-12-15-2.zip && \
2222 wget https://github.com/BioDocker/software-archive/releases/download/X!Tandem/$ZIP -O /tmp/$ZIP && \
2323 unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
24- rm /tmp/$ZIP && \
25- bash -c 'echo -e "#!/bin/bash\n /home/biodocker/bin/tandem-linux-15-12-15-2/bin/tandem.exe $@"' > /home/biodocker/bin/tandem && \
24+ rm /tmp/$ZIP
25+
26+ RUN bash -c 'echo -e "#!/bin/bash\n /home/biodocker/bin/tandem-linux-15-12-15-2/bin/tandem.exe \$ @"' > /home/biodocker/bin/tandem && \
2627 chmod 755 /home/biodocker/bin/tandem
2728
2829ENV PATH /home/biodocker/bin:$PATH
You can’t perform that action at this time.
0 commit comments