[BioRuby-cvs] bioruby/lib/bio/db/genbank genbank.rb, 0.40.2.2, 0.40.2.3

Naohisa Goto ngoto at dev.open-bio.org
Tue Mar 4 09:22:38 UTC 2008


Update of /home/repository/bioruby/bioruby/lib/bio/db/genbank
In directory dev.open-bio.org:/tmp/cvs-serv7006/lib/bio/db/genbank

Modified Files:
      Tag: BRANCH-biohackathon2008
	genbank.rb 
Log Message:
in to_biosequence(), conversion of definition was missing.


Index: genbank.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/genbank/genbank.rb,v
retrieving revision 0.40.2.2
retrieving revision 0.40.2.3
diff -C2 -d -r0.40.2.2 -r0.40.2.3
*** genbank.rb	3 Mar 2008 18:30:50 -0000	0.40.2.2
--- genbank.rb	4 Mar 2008 09:22:35 -0000	0.40.2.3
***************
*** 145,148 ****
--- 145,149 ----
      sequence.date_modified = self.date
  
+     sequence.definition = self.definition
      sequence.keywords = self.keywords
      sequence.species = self.organism




More information about the bioruby-cvs mailing list