-
Notifications
You must be signed in to change notification settings - Fork 31
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
Combine some short tasks. #76
Conversation
williamrowell
commented
Oct 4, 2023
- bcftools roh and bcftools stats for DeepVariant vcf
- writing the cohort yaml and pedigree, as well as the phrank lookup
- small variant normalization, slivar filter/annotate, slivar compound hets, and slivar tsv
- svpack task compresses and indexes output
- bcftools roh and bcftools stats for DeepVariant vcf - writing the cohort yaml and pedigree, as well as the phrank lookup - small variant normalization, slivar filter/annotate, slivar compound hets, and slivar tsv - svpack task compresses and indexes output
Depends on PacificBiosciences/wdl-dockerfiles#31 |
9327a59
to
1e96f38
Compare
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 sure seems to be alot of optimization from combining tasks and removing unnecessary loading of images. also nice to see need for an image just for parse-cohort eliminated. The tests pass, looks good to me. what's the approx runtime delta?
These don't really save a ton of time, but they prevent spinning up extra nodes for 1- to 5-minute jobs. Trading off added complexity within tasks for reduced overhead of copying inputs and outputs around. |