-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: revives cvnkit implementation * Reference creation moved to panel_of_normal step * Added support for creating a reference based on whole genome data * Support for Copy Number Alterations using cnvkit for somatic_targeted_seq_cnv_calling & somatic_wgs_cnv_calling * Closes #236 & closes #339 BREAKING CHANGE: broken plot generation for the control_freec tool in the somatic_wgs_cnv_calling step, and the sample selection for the mutect2 panel_of_normal generation can be based on a user-generated file.
- Loading branch information
1 parent
a660bda
commit bc4c55b
Showing
24 changed files
with
2,945 additions
and
854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _step_panel_of_normals:: | ||
|
||
========================================================== | ||
Creation of panel of normals for somatic SNV & CNV calling | ||
========================================================== | ||
|
||
.. automodule:: snappy_pipeline.workflows.panel_of_normals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.