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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,26 @@
1
1
Changelog
2
2
*********
3
3
4
+
0.10.0 (2021-12-19)
5
+
-------------------
6
+
7
+
* :issue:`32`: Update :command:`import-variants` command to accept phased VCF as input. It will output VcfFrame[Consolidated] if the input VCF is fully phased or otherwise VcfFrame[Imported] as usual.
8
+
* Add new property ``sdk.utils.Archive.type`` to quickly access the archive's semantic type.
9
+
* Update :meth:`sdk.utils.Archive.check_type` method to be able to test more than one semantic type at once.
10
+
* Update :meth:`api.plot.plot_vcf_allele_fraction` method to accept both VcfFrame[Imported] and VcfFrame[Consolidated].
11
+
* :issue:`32`: Update :command:`run-ngs-pipeline` command to accept phased VCF as input. In this case, the command will skip statistical haplotype phasing.
12
+
* :issue:`34`: Update commands :command:`run-ngs-pipeline` and :command:`run-chip-pipeline` to load large VCF files significantly faster by allowing random access. This also means, from now on, input VCF files must be BGZF compressed (.gz) and indexed (.tbi).
13
+
* :issue:`36`: Update phenotype data for CACNA1S, CFTR, IFNL3, RYR1 (thanks `@NTNguyen13 <https://github.com/NTNguyen13>`__).
14
+
* :pr:`39`: Add new gene F5 (thanks `@NTNguyen13 <https://github.com/NTNguyen13>`__).
15
+
* Update :command:`import-variants` command to be able to subset/exclude specified samples.
16
+
* Update :command:`import-read-depth` command to be able to subset/exclude specified samples.
17
+
* Rename ``--samples`` argument from :command:`compute-copy-number` command to ``--samples-without-sv``.
18
+
* Rename ``--samples`` argument from :command:`run-ngs-pipeline` command to ``--samples-without-sv``.
19
+
* Update :command:`run-ngs-pipeline` and :command:`run-chip-pipeline` commands to be able to subset/exclude specified samples.
20
+
* Remove ``--fn`` argument from :command:`filter-samples` command.
21
+
* Update CNV caller for CYP2D6, GSTM1, and UGT1A4.
22
+
* Update :meth:`api.plot.plot_cn_af` method to accept both VcfFrame[Imported] and VcfFrame[Consolidated].
23
+
4
24
0.9.0 (2021-12-05)
5
25
------------------
6
26
@@ -19,7 +39,7 @@ Changelog
19
39
* Add new method :meth:`api.core.get_strand`.
20
40
* Add new method :meth:`api.core.get_exon_starts`.
21
41
* Add new method :meth:`api.core.get_exon_ends`.
22
-
* :pr:`31`: Fix minor bug in commands :command:`run-ngs-pipeline` and :command:`import-read-depth` (thanks to `@NTNguyen13 <https://github.com/NTNguyen13>`__).
42
+
* :pr:`31`: Fix minor bug in commands :command:`run-ngs-pipeline` and :command:`import-read-depth` (thanks `@NTNguyen13 <https://github.com/NTNguyen13>`__).
23
43
* Fix minor bug in :meth:`api.core.predict_score` method.
24
44
* Update variant information for following alleles: CYP2D6\*27, CYP2D6\*32, CYP2D6\*131, CYP2D6\*141.
0 commit comments