Changes between Version 1 and Version 2 of BioRuby
- Timestamp:
- 2008/02/13 18:07:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioRuby
v1 v2 29 29 === Input (creation of Bio::Sequence object) === 30 30 * Bio::Sequence#read(str or file?) or Bio::Sequence#input(str or file?) 31 * Bio::*#to_biosequence is automatically called 32 * Bio::*#to_biosequence 31 * Bio::*#to_biosequence is automatically called? 32 * Bio::*#to_biosequence implementation? 33 33 34 34 === Easy access to Bio::Sequence inside BioRuby === 35 35 * Bio::Sequence#embl, Bio::Sequence#gb 36 * returns a wrapper object that acts as if it is Bio::EMBL or Bio::GenBank objects36 * can access as if it is Bio::EMBL or Bio::GenBank objects 37 37 * delegates to Bio::Sequence objects (or translation/conversion may be needed) 38 * Bio::EMBL changed to Bio::Sequence delegation objects? 39 * delayed evaluation? 38 40 39 41 === Internal structure of Bio::Sequence ===