comment on WORD_SEP values
authorjprocter <Jim Procter>
Mon, 22 Aug 2005 14:19:25 +0000 (14:19 +0000)
committerjprocter <Jim Procter>
Mon, 22 Aug 2005 14:19:25 +0000 (14:19 +0000)
src/jalview/analysis/SequenceIdMatcher.java

index f4f305b..9d33996 100755 (executable)
@@ -146,6 +146,8 @@ public class SequenceIdMatcher
     /**\r
      * Characters that define the end of a unique sequence ID at\r
      * the beginning of an arbitrary ID string\r
+     * JBPNote: This is a heuristic that will fail for arbritrarily extended sequence id's\r
+     * (like portions of an aligned set of repeats from one sequence)\r
      */\r
     private String WORD_SEP="~. |#\\/<>!\"£$%^*)}[@',?";\r
 \r