Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 329 Bytes

align.rst

File metadata and controls

20 lines (11 loc) · 329 Bytes

cathpy.core.align

from cathpy.core.align import Align

aln = Align.from_stockholm('/path/to/align.sto')

aln.count_sequences
# 75

seq = aln.find_seq_by_accession('1cukA01')
seq = aln.find_seq_by_id('1cukA01/1-151')

cathpy.core.align