Skip to content

Commit

Permalink
fixed uniprot gn parsing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben J Woodcroft committed Jan 13, 2010
1 parent e123878 commit b2f6cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bio/db/embl/sptr.rb
Expand Up @@ -188,7 +188,7 @@ def synonyms
def gn
unless @data['GN']
case fetch('GN')
when /Name=/,/ORFNames=/
when /Name=/,/ORFNames=/,/OrderedLocusNames=/,/Synonyms=/
@data['GN'] = gn_uniprot_parser
else
@data['GN'] = gn_old_parser
Expand Down

0 comments on commit b2f6cb0

Please sign in to comment.