Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbslee committed May 3, 2022
1 parent abef16a commit 83ef1fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
* Add new optional arguments ``--genes`` and ``--exclude`` to :command:`prepare-depth-of-coverage` command.
* Add new command :command:`slice-bam`.
* Add new command :command:`print-data`.
* Fix the typo "statistcs" to "statistics" throughout the package.
* Fix typo "statistcs" to "statistics" throughout the package.
* Update :meth:`sdk.utils.simulate_copy_number` method to automatically handle duplicate sample names.
* Improve CNV caller for CYP2A6, CYP2B6, CYP2D6, CYP2E1, GSTM1, SLC22A2, SULT1A1, UGT1A4, UGT2B15, UGT2B17.
* Add new CNV calls for CYP2A6: ``Deletion2Hom``, ``Hybrid5``, ``Hybrid6``, ``PseudogeneDeletion``.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ currently defined semantic types:
* VcfFrame for storing target gene's phased variant data.
* Requires following metadata: ``Platform``, ``Gene``, ``Assembly``, ``SemanticType``, ``Program``.

Wroking with archive files
Working with archive files
--------------------------

To demonstrate how easy it is to work with PyPGx archive files, below we will
Expand Down
2 changes: 1 addition & 1 deletion docs/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
* VcfFrame for storing target gene's phased variant data.
* Requires following metadata: ``Platform``, ``Gene``, ``Assembly``, ``SemanticType``, ``Program``.
Wroking with archive files
Working with archive files
--------------------------
To demonstrate how easy it is to work with PyPGx archive files, below we will
Expand Down

0 comments on commit 83ef1fa

Please sign in to comment.