Module Bio.Sequencing.Phd
Parser for PHD files output by PHRED and used by PHRAP and CONSED.
Works fine with PHRED 0.020425.c
Version 1.1, 03/09/2004 written by Cymon J. Cox (cymon@duke.edu)
and Frank Kauff (fkauff@duke.edu) Comments, bugs, problems,
suggestions to one uf us are welcome!
Uses the Biopython Parser interface for parsing: ParserSupport.py
Classes |
Iterator |
Iterates over a file of multiple PHD records |
Record |
Hold information from a PHD file |
RecordParser |
Parses PHD file data into a Record object |