Skip to content
Snippets Groups Projects
Commit 46fc638a authored by tjc's avatar tjc
Browse files

add bp to ID line

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11187 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent c98ffd69
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,8 @@ public class ReadAndWriteEntry ...@@ -164,7 +164,8 @@ public class ReadAndWriteEntry
if(ind > -1) if(ind > -1)
name = name.substring(0, ind); name = name.substring(0, ind);
String header = "ID "+name; int length = entry.getBases().getLength();
String header = "ID "+name+"; SV ; ; ; ; ; "+length+" BP.";
if(entry.getFeatureCount() > 0) if(entry.getFeatureCount() > 0)
header = header.concat("\nFH Key "+ header = header.concat("\nFH Key "+
"Location/Qualifiers\nFH\n"); "Location/Qualifiers\nFH\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment