Skip to content

Commit

Permalink
remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed May 20, 2019
1 parent 45112af commit 1dda142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion longranger/2.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LABEL about.license_file="https://github.com/10XGenomics/longranger/blob/master/
LABEL about.license="AGPLv2"
LABEL extra.identifiers.biotools="longranger"
LABEL about.tags="Genomics"
LABEL extra.binaries="longranger"

################## MAINTAINER ######################
#MAINTAINER Roman Valls Guimera <brainstorm@nopcode.org> # Deprecated syntax, https://biocontainer.pro docs must be updated
Expand All @@ -42,4 +43,4 @@ WORKDIR /data

ENV PATH "$HOME"/bin:"$PATH"

ENTRYPOINT [ "longranger" ]
# ENTRYPOINT [ "longranger" ]

1 comment on commit 1dda142

@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 longranger/2.2.2/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.