Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyunzhu committed Mar 28, 2024
1 parent 049f14a commit 24cb6ef
Show file tree
Hide file tree
Showing 3,496 changed files with 1,732,969 additions and 156,253 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions docs/0.6.0/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 176ff4286e1c8bcf023c49c2a0e4ff39
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/0.6.0/_images/diversity-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/0.6.0/_images/diversity-2_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/0.6.0/_images/diversity-2_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/0.6.0/_images/diversity-3_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/0.6.0/_images/diversity-3_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/0.6.0/_images/diversity-3_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/0.6.0/_sources/alignment.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodule:: skbio.alignment
1 change: 1 addition & 0 deletions docs/0.6.0/_sources/diversity.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodule:: skbio.diversity
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__eq__
=========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__eq__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__ge__
=========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__ge__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__getitem__
==============================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__getitem__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__getstate__
===============================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__getstate__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__gt__
=========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__gt__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__hash__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__hash__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__le__
=========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__le__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__lt__
=========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__lt__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__ne__
=========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__ne__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__setstate__
===============================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__setstate__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.__str__
==========================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.__str__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.is_zero_based
================================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.is_zero_based
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@

skbio.alignment.AlignmentStructure
==================================



















































































.. currentmodule:: skbio.alignment

.. autoclass:: AlignmentStructure


.. rubric:: Attributes

.. autosummary::

~AlignmentStructure.aligned_query_sequence
~AlignmentStructure.aligned_target_sequence
~AlignmentStructure.cigar
~AlignmentStructure.optimal_alignment_score
~AlignmentStructure.query_begin
~AlignmentStructure.query_end
~AlignmentStructure.query_sequence
~AlignmentStructure.suboptimal_alignment_score
~AlignmentStructure.target_begin
~AlignmentStructure.target_end_optimal
~AlignmentStructure.target_end_suboptimal
~AlignmentStructure.target_sequence



.. rubric:: Built-ins

.. autosummary::
:toctree:

~AlignmentStructure.__eq__
~AlignmentStructure.__ge__
~AlignmentStructure.__getitem__
~AlignmentStructure.__getstate__
~AlignmentStructure.__gt__
~AlignmentStructure.__hash__
~AlignmentStructure.__le__
~AlignmentStructure.__lt__
~AlignmentStructure.__ne__
~AlignmentStructure.__setstate__
~AlignmentStructure.__str__



.. rubric:: Methods

.. autosummary::
:toctree:



~AlignmentStructure.is_zero_based


~AlignmentStructure.set_zero_based


Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.AlignmentStructure.set_zero_based
=================================================

.. currentmodule:: skbio.alignment

.. automethod:: AlignmentStructure.set_zero_based
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__call__
=============================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__call__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__eq__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__eq__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__ge__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__ge__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__getstate__
=================================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__getstate__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__gt__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__gt__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__hash__
=============================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__hash__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__le__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__le__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__lt__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__lt__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__ne__
===========================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__ne__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__setstate__
=================================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__setstate__
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:orphan:

skbio.alignment.StripedSmithWaterman.__str__
============================================

.. currentmodule:: skbio.alignment

.. automethod:: StripedSmithWaterman.__str__
Loading

0 comments on commit 24cb6ef

Please sign in to comment.