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 24aec4e commit 6492169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrez-direct/7.50.20171103/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM biocontainers/biocontainers:v1.0.0_cv4

################## METADATA ######################
LABEL base_image="biocontainers:v1.0.0_cv4"
LABEL version="4"
LABEL version="5"
LABEL software="entrez-direct"
LABEL software.version="7.50.20171103"
LABEL about.summary="Entrez Direct (EDirect) is an advanced method for accessing the NCBI's set of interconnected Entrez databases"
Expand Down Expand Up @@ -42,4 +42,4 @@ RUN cd $DST && \

WORKDIR /data/

CMD ["esearch"]
# CMD ["esearch"]

1 comment on commit 6492169

@osallou
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No entrez-direct/7.50.20171103/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.