Bio::Chaos::Parser::fasta - fasta sequence input/output stream


Bio-Chaos documentation  | view source Contained in the Bio-Chaos distribution.

Index


NAME

Top

Bio::Chaos::Parser::fasta - fasta sequence input/output stream

SYNOPSIS

Top

Do not use this module directly. Use it via the Bio::Chaos::Parser class.

DESCRIPTION

Top

generates events with this schema:

  (fastaseqset
   (fastaseq*
    (header "str")
    (residues "str")
    (seqlen "int")))

FEEDBACK

Top

AUTHORS - Chris Mungall

Top

Email: cjm AT fruitfly DOT org

APPENDIX

Top

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _


Bio-Chaos documentation  | view source Contained in the Bio-Chaos distribution.