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

fix for GFF on the command line

parent e632e27a
No related branches found
No related tags found
No related merge requests found
......@@ -246,8 +246,12 @@ public class ValidateFeature
}
}
else
{
if(f.getUserData() == null)
return report;
report.put("\n"+((uk.ac.sanger.artemis.Feature)f.getUserData()).getIDString()+
" ("+fTxt+"):", Level.INFO);
}
if(isInternalStops(f))
{
......
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