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

include length in header

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13387 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent ff11354d
No related branches found
No related tags found
No related merge requests found
......@@ -419,7 +419,9 @@ public class EntryFileDialog extends StickyFileChooser
if(n != JOptionPane.CANCEL_OPTION &&
!idField.getText().trim().equals(""))
{
String header = "ID "+idField.getText().trim();
int length = entry.getBases().getLength();
String header = "ID "+idField.getText().trim()+"; SV ; ; ; ; ; "+length+" BP.";
//String header = "ID "+idField.getText().trim();
if(entry.getFeatureCount() > 0)
header = header.concat("\nFH Key "+
"Location/Qualifiers\nFH\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment