broadinstitute / gatk-sv

A structural variation pipeline for short-read sequencing
BSD 3-Clause "New" or "Revised" License
162 stars 71 forks source link

Replace `sv_pipeline_base_docker` with `sv_pipeline_docker` #634

Closed VJalili closed 5 months ago

VJalili commented 5 months ago

A follow-up from https://github.com/broadinstitute/gatk-sv/pull/633

Since both sv_pipeline_base_docker and sv_pipeline_docker are references to the same docker image, this PR implements the following changes to consolidate them:

A few other docker image variables also use the same image as sv_pipeline_docker. I will update these variables similarly in follow-up PRs.

VJalili commented 5 months ago

Thank you, @mwalker174!

I hope you didn't have to do it all by hand :)

I did! :) I think that was the only option to make sure the changes were correctly applied.