Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report version of Deepvariant #332

Closed
marchoeppner opened this issue Aug 5, 2020 · 2 comments
Closed

Report version of Deepvariant #332

marchoeppner opened this issue Aug 5, 2020 · 2 comments

Comments

@marchoeppner
Copy link

Describe the issue:
I have been using DV via the official Docker container; and I have not found a way yet to make DV tell me its version. The Docker container is versioned, obviously, but the included tools have no "--version" flag - which makes it a bit tricky to dump out version information at run time (for logging purposes, for example).

Setup
Any system would have this issue, I think

Steps to reproduce:
N/A

@pichuan
Copy link
Collaborator

pichuan commented Aug 5, 2020

Thank you @marchoeppner . We have added a version information to the VCF file to our internal codebase, and it'll come out in the next release.
After our next release, your VCF output will have a line that looks like this:

##DeepVariant_version=1.0.0

What you're requesting seems to be a commandline. If I understand correctly, is this something you're looking for:

docker run  google/deepvariant:"${BIN_VERSION}" --version

to output the current version?

I can see this being particularly helpful especially if you're trying to use google/deepvariant:latest. I can add that.

Thanks for the suggestion.

@pichuan
Copy link
Collaborator

pichuan commented Aug 5, 2020

I filed an issue internally to track. In our code release you should have both the version in VCF and the --version flag.

@pichuan pichuan closed this as completed Aug 5, 2020
pichuan added a commit that referenced this issue Sep 3, 2020
PiperOrigin-RevId: 326249008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants