diff --git a/uk/ac/sanger/artemis/io/LineGroup.java b/uk/ac/sanger/artemis/io/LineGroup.java
index d126cbbc849e7f1775fb0c193ad91dd09afd2535..67f2a38c4ed256b26b70a30d9401a92c4532d7b4 100644
--- a/uk/ac/sanger/artemis/io/LineGroup.java
+++ b/uk/ac/sanger/artemis/io/LineGroup.java
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* 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;
@@ -37,7 +37,7 @@ import uk.ac.sanger.artemis.util.LinePushBackReader;
* that start with FT.
*
* @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
(line.length () == 2 ||
line.length () == 3 && 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))