[BioRuby-cvs] bioruby/lib/bio/db/embl embl.rb,1.29.2.5,1.29.2.6

Naohisa Goto ngoto at dev.open-bio.org
Wed May 28 13:09:05 UTC 2008


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

Modified Files:
      Tag: BRANCH-biohackathon2008
	embl.rb 
Log Message:
fixed possible typo


Index: embl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/embl/embl.rb,v
retrieving revision 1.29.2.5
retrieving revision 1.29.2.6
diff -C2 -d -r1.29.2.5 -r1.29.2.6
*** embl.rb	21 May 2008 12:27:33 -0000	1.29.2.5
--- embl.rb	28 May 2008 13:09:03 -0000	1.29.2.6
***************
*** 384,388 ****
      bio_seq.entry_id = self.entry_id
      bio_seq.primary_accession = self.accessions[0]
!     bio_seq.secondary_accessions = self.accessions[1,-1] || []
      bio_seq.molecule_type = self.molecule_type
      bio_seq.data_class = self.data_class
--- 384,388 ----
      bio_seq.entry_id = self.entry_id
      bio_seq.primary_accession = self.accessions[0]
!     bio_seq.secondary_accessions = self.accessions[1..-1] || []
      bio_seq.molecule_type = self.molecule_type
      bio_seq.data_class = self.data_class




More information about the bioruby-cvs mailing list