-
Notifications
You must be signed in to change notification settings - Fork 17
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
Adding wrapper for BCFtools norm. #71
Conversation
Test PASSed. |
Test PASSed. |
val bcftoolsCommand = if (args.useDocker) { | ||
Seq("docker", | ||
"run", | ||
"--rm", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need -it
as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no such option in the latest version of docker, I assume you mean --interactive
?
$ docker --version
Docker version 17.09.0-ce, build afdb6d4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sorry about that!
Test PASSed. |
Test PASSed. |
With an additional |
No description provided.