From 26d6023708e52e247f284c93d24c906a221beba0 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 19 Apr 2012 14:01:51 -0300 Subject: [PATCH] Update src/com/era7/bioinfo/annotation/gb/ExportGenBankFiles.java --- src/com/era7/bioinfo/annotation/gb/ExportGenBankFiles.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/era7/bioinfo/annotation/gb/ExportGenBankFiles.java b/src/com/era7/bioinfo/annotation/gb/ExportGenBankFiles.java index deb7a5d..b976eb9 100644 --- a/src/com/era7/bioinfo/annotation/gb/ExportGenBankFiles.java +++ b/src/com/era7/bioinfo/annotation/gb/ExportGenBankFiles.java @@ -302,7 +302,7 @@ private static void exportContigToGenBank(ContigXML currentContig, //in this case the format is a bit more restrictive so we have to write //words in specific positions paying also attention to their separators String locusLineSt = ""; - locusLineSt += GBCommon.LOCUS_STR + getWhiteSpaces(6); + locusLineSt += GBCommon.LOCUS_STR + getWhiteSpaces(7); // --> This is how things were done before // if (genBankXml.getLocusName().length() > 16) { // locusLineSt += genBankXml.getLocusName().substring(0, 16);