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 @@ -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="4 "
6+ LABEL version="5 "
77LABEL software="Novor"
88LABEL software.version="1b"
99LABEL about.summary="real-time peptide de novo sequencing"
@@ -20,7 +20,7 @@ RUN ZIP=novor_academic_latest.zip && \
2020 wget https://github.com/BioDocker/software-archive/releases/download/NovoR/$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/novor_v1b/lib/novor.jar $@" > /home/biodocker/bin/novor' && \
23+ bash -c 'echo -e "#!/bin/bash\n java -jar /home/biodocker/bin/novor_v1b/lib/novor.jar \ $ @" > /home/biodocker/bin/novor' && \
2424 chmod +x /home/biodocker/bin/novor
2525
2626ENV PATH /home/biodocker/bin:$PATH
You can’t perform that action at this time.
0 commit comments