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
Branches
Tags
No related merge requests found
...@@ -246,8 +246,12 @@ public class ValidateFeature ...@@ -246,8 +246,12 @@ public class ValidateFeature
} }
} }
else else
{
if(f.getUserData() == null)
return report;
report.put("\n"+((uk.ac.sanger.artemis.Feature)f.getUserData()).getIDString()+ report.put("\n"+((uk.ac.sanger.artemis.Feature)f.getUserData()).getIDString()+
" ("+fTxt+"):", Level.INFO); " ("+fTxt+"):", Level.INFO);
}
if(isInternalStops(f)) if(isInternalStops(f))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment