[BioRuby-cvs] bioruby/lib/bio/io das.rb,1.16,1.17

Katayama Toshiaki k at dev.open-bio.org
Mon Jul 16 18:06:14 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv20684/lib/bio/io

Modified Files:
	das.rb 
Log Message:
* fixed that get_dsn.each {|dsn| dsn.mapmaster} to return correct
  value (mapmaster URL). This bug is fixed and reported by Dave Thorne
  on bioruby list on June 7, 2007.


Index: das.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/das.rb,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** das.rb	5 Apr 2007 23:35:41 -0000	1.16
--- das.rb	16 Jul 2007 18:06:12 -0000	1.17
***************
*** 59,63 ****
            dsn.source_version = e.attributes['version']
          when 'MAPMASTER'
!           dsn.mapmaster = e.name
          when 'DESCRIPTION'
            dsn.description = e.text
--- 59,63 ----
            dsn.source_version = e.attributes['version']
          when 'MAPMASTER'
!           dsn.mapmaster = e.text
          when 'DESCRIPTION'
            dsn.description = e.text




More information about the bioruby-cvs mailing list