added mappy.Aligner.seq_names to return seq names

Resolves #312
This commit is contained in:
Heng Li
2019-01-29 12:53:20 -05:00
parent 8b05880f73
commit aaf3233818
2 changed files with 16 additions and 0 deletions

View File

@@ -114,6 +114,12 @@ This method retrieves a (sub)sequence from the index and returns it as a Python
string. :code:`None` is returned if :code:`name` is not present in the index or
the start/end coordinates are invalid.
.. code:: python
mappy.Aligner.seq_names
This property gives the array of sequence names in the index.
Class mappy.Alignment
~~~~~~~~~~~~~~~~~~~~~