X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FSequenceIdMatcher.java;h=4b1900cd618f9696051ef58e6eadb0b503936a9b;hb=2b2e4f5da97889b83c6f8b0fbe41f163feca7e82;hp=5bde22598ba356163e2735c7fadb9c844bdee162;hpb=f5db0ff259cbb1132f6c061615d912b0668fd728;p=jalview.git diff --git a/src/jalview/analysis/SequenceIdMatcher.java b/src/jalview/analysis/SequenceIdMatcher.java index 5bde225..4b1900c 100755 --- a/src/jalview/analysis/SequenceIdMatcher.java +++ b/src/jalview/analysis/SequenceIdMatcher.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6) - * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) + * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle * * This file is part of Jalview. * @@ -22,27 +22,10 @@ import java.util.*; import jalview.datamodel.*; /** - *

- * Title: - *

- * SequenceIdMatcher - *

- * Description: - *

- * Routine which does approximate Sequence Id resolution by name using string + * Routines for approximate Sequence Id resolution by name using string * containment (on word boundaries) rather than equivalence. It also attempts to * resolve ties where no exact match is available by picking the the id closest * to the query. - *

- * Copyright: Copyright (c) 2004 - *

- * - *

- * Company: Dundee University - *

- * - * @author not attributable - * @version 1.0 */ public class SequenceIdMatcher {