You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,31 @@
1
1
Changelog
2
2
*********
3
3
4
+
0.7.0 (2021-10-23)
5
+
------------------
6
+
7
+
* Fix minor bug in :meth:`api.core.predict_phenotype` when specified diplotype is not present in diplotype table.
8
+
* Dissolve **Database of Pharmacogenomic Structural Variants (DPSV)** page and move its SV data to **Genes** page.
9
+
* Add new method :meth:`api.core.get_variant_impact`.
10
+
* Update :meth:`api.utils.sort_alleles` method to give priority to alleles that impact protein coding when breaking ties (i.e. alleles have the same functional status and same number of variants).
11
+
* Update CNV caller for SLC22A2 and UGT2B15 genes.
12
+
* Rename ``--chr-prefix`` argument in :command:`create-regions-bed` to ``--add-chr-prefix``.
13
+
* Add ``--samples`` argument to :command:`run-ngs-pipeline` command.
14
+
* Add new command :command:`compare-genotypes`.
15
+
* Update :meth:`api.genotype.call_genotypes` method to assume the samples have no SV when CNV calls are not provided even if the target gene is known to have SV.
16
+
* Add new command :command:`run-chip-pipeline`.
17
+
* Fix minor bug in :command:`estimate-phase-beagle` command on not properly exiting the program even though there was an error raised by Beagle.
18
+
* Update :meth:`api.utils.create_consolidated_vcf` method to check synonymous variants as well when performing phase-extension algorithm.
19
+
* Update :command:`run-ngs-pipeline` command to output a warning when user provides CovFrame[DepthOfCoverage] even though target gene does not have any star alleles defined by SVs.
20
+
* Add new argument ``--fontsize`` argument to :command:`plot-bam-copy-number` command.
21
+
* Remove ``--ymin`` and ``--ymax`` arguments from :command:`plot-vcf-allele-fraction` command.
22
+
* Update ``--ymin`` and ``--ymax`` arguments of :command:`plot-bam-copy-number` command to have a default value.
23
+
* Add new command :command:`plot-cn-af`.
24
+
* Update :command:`run-ngs-pipeline` command to output a warning when user provides a VCF file even though target gene does not have any star alleles defined by SNVs/indels.
25
+
* Update aesthetics of copy number profile and allele fraction profile.
26
+
* Add new method :meth:`api.utils.count_alleles`.
27
+
* Update variant information for following alleles: CYP2A6\*35, UGT1A1\*28, UGT1A1\*37.
28
+
4
29
0.6.0 (2021-10-09)
5
30
------------------
6
31
@@ -45,10 +70,10 @@ Changelog
45
70
* Update :command:`create-consolidated-vcf` command to implement phase-extension algorithm.
46
71
* Remove ``SO`` and ``Type`` columns from the variant table.
0 commit comments