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);