Skip to content

Commit b09d633

Browse files
committed
SPECTRA-CLUSTER-CLI:1.0-beta Fixed cmd line
1 parent f5cdba1 commit b09d633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spectra-cluster-cli/v1.0-beta/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="spectra-cluster-cli"
88
LABEL software.version="v1.0-beta"
99
LABEL about.summary="PRIDE Cluster algorithm to cluster heterogeneous mass spectra"
@@ -20,7 +20,7 @@ RUN ZIP=spectra-cluster-cli-1.0-SNAPSHOT-bin.zip && \
2020
wget https://github.com/spectra-cluster/spectra-cluster-cli/releases/download/v1.0-beta/$ZIP -O /tmp/$ZIP && \
2121
unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
2222
rm /tmp/$ZIP && \
23-
bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/spectra-cluster-cli-1.0-SNAPSHOT-bin/spectra-cluster-cli-1.0-SNAPSHOT.jar $@" > /home/biodocker/bin/spectra-cluster-cli' && \
23+
bash -c 'echo -e "#!/bin/bash\njava -jar /home/biodocker/bin/spectra-cluster-cli-1.0-SNAPSHOT.jar \$@" > /home/biodocker/bin/spectra-cluster-cli' && \
2424
chmod +x /home/biodocker/bin/spectra-cluster-cli
2525

2626
ENV PATH /home/biodocker/bin/spectra-cluster-cli:$PATH

0 commit comments

Comments
 (0)