File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spectra-cluster-cli/v1.0-beta 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.0-beta"
99LABEL 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\n java -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\n java -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
2626ENV PATH /home/biodocker/bin/spectra-cluster-cli:$PATH
You can’t perform that action at this time.
0 commit comments