Skip to content
Snippets Groups Projects
Commit 9776c451 authored by tcarver's avatar tcarver
Browse files

add header type to the filter string

parent d67523d4
Branches
Tags
No related merge requests found
......@@ -137,7 +137,7 @@ package uk.ac.sanger.artemis.components.variant;
if(hLine.isFlag())
return hLine.getDescription();
StringBuffer buff = new StringBuffer();
StringBuffer buff = new StringBuffer(hLine.getHeaderTypeStr()+" ");
for(int i=0; i<NUMBER; i++)
{
if(i > 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment