-
Notifications
You must be signed in to change notification settings - Fork 597
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
Conversation
@mwalker174 Could you please review? |
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.
Looks good, just a couple of minor changes.
scripts/cnv_wdl/cnv_common_tasks.wdl
Outdated
@@ -484,6 +485,7 @@ task CollectSampleQualityMetrics { | |||
>>> | |||
|
|||
runtime { | |||
docker: "${gatk_docker}" |
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.
Change to:
docker: gatk_docker
This will make the upgrade to WDL 1.0 just a bit easier.
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.
Replaced here and in all occurrences of gCNV WDLs
scripts/cnv_wdl/cnv_common_tasks.wdl
Outdated
@@ -532,6 +535,7 @@ task CollectModelQualityMetrics { | |||
>>> | |||
|
|||
runtime { | |||
docker: "${gatk_docker}" |
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.
Same here
@asmirnov239 can you address comments and merge? |
Terra does not allow running a container without docker specified so here is a fix