biopython v1.71.0 Bio.AlignIO.PhylipIO.RelaxedPhylipIterator
Relaxed Phylip format Iterator.
Link to this section Summary
Functions
Extract the sequence ID from a Phylip line (PRIVATE)
Link to this section Functions
Link to this function
_split_id()
Extract the sequence ID from a Phylip line (PRIVATE).
Returns a tuple containing: (sequence_id, sequence_residues)
For relaxed format split at the first whitespace character.