Skip to main content
Back to top
Ctrl
+
K
Install
Learn
Documentation
Contribute
Community
Releases
About
More
Input and Output (skbio.io)
Biological Sequences (skbio.sequence)
Sequence Alignments (skbio.alignment)
Trees and Phylogenetics (skbio.tree)
Community Diversity (skbio.diversity)
Multivariate Statistics (skbio.stats)
Biological Embeddings (skbio.embedding)
Data Table (skbio.table)
Metadata (skbio.metadata)
Workflow construction (skbio.workflow)
Utilities for Developers (skbio.util)
GitHub
Twitter
Install
Learn
Documentation
Contribute
Community
Releases
About
Input and Output (skbio.io)
Biological Sequences (skbio.sequence)
Sequence Alignments (skbio.alignment)
Trees and Phylogenetics (skbio.tree)
Community Diversity (skbio.diversity)
Multivariate Statistics (skbio.stats)
Biological Embeddings (skbio.embedding)
Data Table (skbio.table)
Metadata (skbio.metadata)
Workflow construction (skbio.workflow)
Utilities for Developers (skbio.util)
GitHub
Twitter
Section Navigation
skbio.alignment.TabularMSA
skbio.alignment.AlignPath
skbio.alignment.PairAlignPath
skbio.alignment.PairAlignPath.__eq__
skbio.alignment.PairAlignPath.__ge__
skbio.alignment.PairAlignPath.__getstate__
skbio.alignment.PairAlignPath.__gt__
skbio.alignment.PairAlignPath.__hash__
skbio.alignment.PairAlignPath.__le__
skbio.alignment.PairAlignPath.__lt__
skbio.alignment.PairAlignPath.__ne__
skbio.alignment.PairAlignPath.__str__
skbio.alignment.PairAlignPath.from_bits
skbio.alignment.PairAlignPath.from_cigar
skbio.alignment.PairAlignPath.from_coordinates
skbio.alignment.PairAlignPath.from_indices
skbio.alignment.PairAlignPath.from_tabular
skbio.alignment.PairAlignPath.to_bits
skbio.alignment.PairAlignPath.to_cigar
skbio.alignment.PairAlignPath.to_coordinates
skbio.alignment.PairAlignPath.to_indices
skbio.alignment.StripedSmithWaterman
skbio.alignment.AlignmentStructure
skbio.alignment.local_pairwise_align_ssw
skbio.alignment.global_pairwise_align_nucleotide
skbio.alignment.global_pairwise_align_protein
skbio.alignment.global_pairwise_align
skbio.alignment.local_pairwise_align_nucleotide
skbio.alignment.local_pairwise_align_protein
skbio.alignment.local_pairwise_align
skbio.alignment.make_identity_substitution_matrix
Sequence Alignments (
skbio.alignment
)
skbio.alignment.PairAlignPath
skbio.alignm...
skbio.alignment.PairAlignPath.__le__
#
PairAlignPath.
__le__
(
value
,
/
)
#
Return self<=value.
On this page
PairAlignPath.__le__()