Changes between Version 3 and Version 4 of BioRuby
- Timestamp:
- 2008/02/15 15:26:09 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioRuby
v3 v4 19 19 * (future work) www.bioruby.org and bioruby.org should point bioruby.open-bio.org/wiki/Main_Page (redirection?) 20 20 21 == BioMoby client in Ruby == 22 23 * MOBYRubyClient 24 25 == BioSQL on Ruby == 26 27 * rewritten by using ActiveRecord 28 21 29 == Bio::Sequence improvements for round trip == 22 30 … … 36 44 37 45 === Easy access to Bio::Sequence inside BioRuby === 38 * Bio::Sequence#embl, Bio::Sequence#gb46 * (idea only) Bio::Sequence#embl, Bio::Sequence#gb 39 47 * (idea only) can access as if it is Bio::EMBL or Bio::GenBank objects 40 48 * (idea only) delegates to Bio::Sequence objects (or translation/conversion may be needed)