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

Added docker to the gcnv QC tasks #6185

Merged
merged 2 commits into from
Oct 28, 2019
Merged

Added docker to the gcnv QC tasks #6185

merged 2 commits into from
Oct 28, 2019

Conversation

asmirnov239
Copy link
Collaborator

Terra does not allow running a container without docker specified so here is a fix

@asmirnov239
Copy link
Collaborator Author

@mwalker174 Could you please review?

Copy link
Contributor

@mwalker174 mwalker174 left a comment

Choose a reason for hiding this comment

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

Looks good, just a couple of minor changes.

@@ -484,6 +485,7 @@ task CollectSampleQualityMetrics {
>>>

runtime {
docker: "${gatk_docker}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Change to:

docker: gatk_docker

This will make the upgrade to WDL 1.0 just a bit easier.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Replaced here and in all occurrences of gCNV WDLs

@@ -532,6 +535,7 @@ task CollectModelQualityMetrics {
>>>

runtime {
docker: "${gatk_docker}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

@samuelklee
Copy link
Contributor

@asmirnov239 can you address comments and merge?

@asmirnov239 asmirnov239 merged commit e565ab2 into master Oct 28, 2019
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

Successfully merging this pull request may close these issues.

3 participants