From: cmzmasek Date: Wed, 6 Jun 2012 21:30:50 +0000 (+0000) Subject: phylotastic hackathon at NESCENT 120606 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c64bdd4be65388ac12c737224b6badbcbdc7d4e1;p=jalview.git phylotastic hackathon at NESCENT 120606 --- diff --git a/forester/java/src/org/forester/ws/uniprot/EbiDbEntry.java b/forester/java/src/org/forester/ws/uniprot/EbiDbEntry.java index ef44f38..735d68f 100644 --- a/forester/java/src/org/forester/ws/uniprot/EbiDbEntry.java +++ b/forester/java/src/org/forester/ws/uniprot/EbiDbEntry.java @@ -56,7 +56,7 @@ public final class EbiDbEntry implements SequenceDatabaseEntry { } else if ( line.startsWith( "DEFINITION" ) ) { if ( line.indexOf( "[" ) > 0 ) { - e.setDe( DatabaseTools.extract( line, "DEFINITIO", "[" ) ); + e.setDe( DatabaseTools.extract( line, "DEFINITION", "[" ) ); } else { e.setDe( DatabaseTools.extract( line, "DEFINITION" ) );