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 @@ -5,7 +5,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4
55# ################# METADATA ######################
66
77LABEL base_image="biocontainers:v1.0.0_cv4"
8- LABEL version="3 "
8+ LABEL version="4 "
99LABEL software="MSAmanda"
1010LABEL software.version="1.0.0.5242"
1111LABEL about.summary="scoring system to identify peptides out of tandem mass spectrometry"
@@ -32,7 +32,7 @@ RUN ZIP=MSAmanda_Standalone_LinuxMac_1.0.0.5243.zip && \
3232 unzip /tmp/$ZIP -d /home/biodocker/bin && \
3333 rm /tmp/$ZIP && \
3434 chmod 755 /home/biodocker/bin/MSAmanda_Standalone_LinuxMac_1.0.0.5243/MSAmanda.exe && \
35- bash -c 'echo -e "#!/bin/bash\n mono /home/biodocker/bin/MSAmanda_Standalone_LinuxMac_1.0.0.5243/MSAmanda.exe $@" > /home/biodocker/bin/MSAmanda' && \
35+ bash -c 'echo -e "#!/bin/bash\n mono /home/biodocker/bin/MSAmanda_Standalone_LinuxMac_1.0.0.5243/MSAmanda.exe \ $ @" > /home/biodocker/bin/MSAmanda' && \
3636 chmod +x /home/biodocker/bin/MSAmanda
3737
3838ENV PATH /home/biodocker/bin/MSAmanda:$PATH
You can’t perform that action at this time.
0 commit comments