Last Modified
2013-07-15 16:46:04 +0000
Requires
  • strscan
  • singleton
  • bio/sequence
  • bio/io/flatfile

Description

bio/db/fastq.rb - FASTQ format parser class

Copyright

Copyright (C) 2009 Naohisa Goto <ng@bioruby.org>

License

The Ruby License

Description

FASTQ format parser class.

Be careful that it is for the fastQ format, not for the fastA format.

Examples

See documents of Bio::Fastq class.

References