Skip to content

Commit

Permalink
remove CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed May 20, 2019
1 parent b3f76b7 commit 24aec4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions discovar/52488/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4

################## METADATA ######################
LABEL base_image="biocontainers:v1.0.0_cv4"
LABEL version="2"
LABEL version="3"
LABEL software="discovar"
LABEL software.version="52488"
LABEL about.summary="DISCOVAR is a new variant caller"
Expand All @@ -12,6 +12,7 @@ LABEL about.documentation="http://www.broadinstitute.org/software/discovar/blog/
LABEL about.license_file="ftp://ftp.broadinstitute.org/pub/crd/Discovar/LICENSE"
LABEL extra.identifiers.biotools="discovar"
LABEL about.tags="Genomics"
LABEL extra.binaries="Discovar"


################## INSTALLATION ######################
Expand Down Expand Up @@ -43,7 +44,7 @@ USER biodocker
WORKDIR /data

# DEFINE DEFAULT COMMAND
CMD ["Discovar"]
#CMD ["Discovar"]

##################### INSTALLATION END #####################

Expand Down

0 comments on commit 24aec4e

Please sign in to comment.