Skip to content
Snippets Groups Projects
Commit 7e098a7a authored by tjc's avatar tjc
Browse files

ignore HD * confidential EMBL pre-submission line

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1753 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 5b66bb78
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LineGroup.java,v 1.1 2004-06-09 09:49:46 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LineGroup.java,v 1.2 2004-07-30 12:55:10 tjc Exp $
*/ */
package uk.ac.sanger.artemis.io; package uk.ac.sanger.artemis.io;
...@@ -37,7 +37,7 @@ import uk.ac.sanger.artemis.util.LinePushBackReader; ...@@ -37,7 +37,7 @@ import uk.ac.sanger.artemis.util.LinePushBackReader;
* that start with FT. * that start with FT.
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: LineGroup.java,v 1.1 2004-06-09 09:49:46 tjc Exp $ * @version $Id: LineGroup.java,v 1.2 2004-07-30 12:55:10 tjc Exp $
* *
*/ */
...@@ -257,7 +257,8 @@ abstract class LineGroup ...@@ -257,7 +257,8 @@ abstract class LineGroup
(line.length () == 2 || (line.length () == 2 ||
line.length () == 3 && line.endsWith (" ") || line.length () == 3 && line.endsWith (" ") ||
line.length () == 4 && line.endsWith (" ") || line.length () == 4 && line.endsWith (" ") ||
line.length () >= 5 && line.substring (2,5).equals (" "))) (line.length () >= 5 && line.substring (2,5).equals (" ") ||
line.startsWith("HD * confidential") ))) // EMBL pre-submission line
{ {
if(line.startsWith (EMBL_FEATURE_STRING)) if(line.startsWith (EMBL_FEATURE_STRING))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment