From c64bdd4be65388ac12c737224b6badbcbdc7d4e1 Mon Sep 17 00:00:00 2001 From: cmzmasek Date: Wed, 6 Jun 2012 21:30:50 +0000 Subject: [PATCH] phylotastic hackathon at NESCENT 120606 --- forester/java/src/org/forester/ws/uniprot/EbiDbEntry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ); -- 1.7.10.2