File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spectra-cluster-cli/v1.1.2 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="spectra-cluster-cli"
88LABEL software.version="v1.1.2"
99LABEL about.summary="PRIDE Cluster algorithm to cluster heterogeneous mass spectra"
@@ -21,7 +21,7 @@ RUN VERSION=1.1.2 && \
2121 wget https://github.com/spectra-cluster/spectra-cluster-cli/releases/download/spectra-cluster-cli-${VERSION}/$ZIP -O /tmp/$ZIP && \
2222 unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
2323 rm /tmp/$ZIP && \
24- echo -e '#!/bin/bash\n java -jar /home/biodocker/bin/spectra-cluster-cli-1.1.2.jar $@' > /home/biodocker/bin/spectra-cluster-cli && \
24+ bash -c " echo -e '#!/bin/bash\n java -jar /home/biodocker/bin/spectra-cluster-cli-1.1.2.jar \ $ @'" > /home/biodocker/bin/spectra-cluster-cli && \
2525 chmod +x /home/biodocker/bin/spectra-cluster-cli
2626
2727ENV PATH /home/biodocker/bin/spectra-cluster-cli:$PATH
You can’t perform that action at this time.
0 commit comments