Releases: kids-first/kf-germline-workflow
🧹 Input and submodule cleanup
Removed a ClinVar suggested file as it's no longer KF SOP to run in prod.
Point to latest annotation submodule to incorporate latest changes
What's Changed
- ✨ plink init by @dmiller15 in #44
- 🔧 adjust plink workflow by @dmiller15 in #45
- 🧹 rm no longer needed clinvar defaults by @migbro in #46
- ✏️ update git release and kf-annot-submodule by @migbro in #47
Full Changelog: v1.1.0...v1.1.1
Annotation Refactor
- Minor bug fix for interval output and doc links
- added more annotSV outputs and added header to CNVnator output
- Refactor annotation to new standard
- Dropped CADD, ClinVar, Intervar
- Replaced gnomAD with custom built echtvar reference. See https://github.com/kids-first/kf-annotation-tools/blob/master/docs/CUSTOM_GNOMAD_REF.md
- Made annotation repo a submodule
What's Changed
- 🐛 fix interval output by @dmiller15 in #38
- ✨ Add somalier relate by @migbro in #39
- ✨ add cnvnator call colnames by @dmiller15 in #40
- 🎉 annotsv on sv indel calls by @dmiller15 in #41
- 📚 fix doc links by @dmiller15 in #42
- 💫 Refactor Annotation by @migbro in #43
Full Changelog: v1.0.0...v1.1.0
KFDRC Germline Variant Worklfows
New All-in-one Workflow!
This release introduces the first all-in-one germline variant workflow for Kids First. The workflow wraps callers for CNV, SNV, and SV into a comprehensive production workflow. Please see the primary workflow documentation for information about the callers and methods.
Additional Fixes
We have updated the ClinVar reference. The old reference was missing several records and should not be used. Please delete it if you still have it.
Also:
- Most tools and workflows received upgrades to cwl 1.2
- Outputs were simplified and renamed for clarity
What's Changed
- 🐛 tumor-only/germline enabled by @dmiller15 in #29
- 🔧 fixes from benchmarking by @dmiller15 in #30
- 💽 modernize cnv wfs by @dmiller15 in #31
- ✨ germline variant workflow by @dmiller15 in #32
- ✨ annotate snvs by @dmiller15 in #33
- ✨ gvcf optional by @dmiller15 in #34
- 📚 release prep by @dmiller15 in #35
- 🏷️ update out names by @dmiller15 in #36
- 🐛 Fix ClinVar Input by @migbro in #37
Full Changelog: v0.4.4...v1.0.0
📖 Updated Default Cavatica Refs
We recently exported our files to a bucket. This update points the default file pulled to the new location. Functionality is unchanged, but a couple files may not auto-populate if a user uses an older version.
What's Changed
Full Changelog: v0.4.3...v0.4.4
✏️ Set new default for tool name
Mostly for ops purposes, added clarity by updating the default tool name. The previous tool name default implied certain tools not used in this workflow.
What's Changed
Full Changelog: v0.4.2...v0.4.3
🤏 Minor file naming update
Satisfies an Ops request to allow the tool_name
input to determine the suffix and drop the default suffix added by the annotation workflow
What's Changed
Full Changelog: v0.4.1...v0.4.2
🐛 Fixed default file reference
A small update that addresses the following:
- Corrected the default secondaryFile for the CADD SNV input
- Added a default value for tool name for ease of use
What's Changed
Full Changelog: v0.4.0...v0.4.1
Annotation Upgrade
In an effort to standardize annotation for both DNA and RNA, this adds a new annotation workflow.
- Added standalone wf with ability to strip old annotations to avoid conflicts and re-use old calls
- Upgraded from VEP 93 to VEP 105
- Incorporated workflow into single sample calling
- Added updated gnomad, clinvar, and dbsnsfp and intervar references to enhance "off-the-shelf" usability for downstream germline users
What's Changed
- 🚀 Add germline SNV Workflow by @migbro in #23
- 💪 Add annotation workflow and upgrade by @migbro in #24
Full Changelog: v0.3.0...v0.4.0
KFDRC Germline Structural Variant Workflow
KFDRC Germline Structural Variant Workflow
The primary focus of this release if the creation of a preliminary Germline Structural Sariant (SV) workflow. The workflow is runs two callers: Manta and SVaba. Both callers report two VCFs: one containing the smaller indels and another reporting the larger structural variations. Records from the latter files that can be annotated are done so by AnnotSV and reported in separate TSVs.
What's Changed
- 🎉 added vcf2parquet tool by @migbro in #19
- Feature/mb add sommalier by @migbro in #20
- 🔧 germline sv update by @dmiller15 in #21
- 📚 germline sv release prep by @dmiller15 in #22
New Contributors
Full Changelog: v0.2.0...v0.3.0
KFDRC Germline Workflows
KFDRC Germline Workflows Going Public
Initial work on the KFDRC Germline Workflows is now complete and freely available to the public.
These workflows have received basic testing and benchmarking on Cavatica. Other than the single sample genotyping workflow, they are not production tested and should be treated as beta software.
What's Changed
- 📚 update docs and styling by @dmiller15 in #18
Full Changelog: v0.1.0...v0.2.0