[BioRuby] Bio::MEDLINE, authors

Masahide Kikkawa mkikkawa at gmail.com
Thu Apr 8 01:21:46 UTC 2010


Hi,

I encountered a bug in Bio::MEDLINE,

Here is the code:
======================================
require 'rubygems'
require 'bio'
item = Bio::PubMed.efetch([13016983])
ref = Bio::MEDLINE.new(item[0]).reference

p ref.authors
======================================

The result is:
[", V. I. M. T. R. U. P. B", "SCHMIDT-NIELSEN, B."]

Expected result is
["VIMTRUP B", "SCHMIDT-NIELSEN B."]



Thanks.




More information about the BioRuby mailing list