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

use GFFUtils.isSelenocysteine()

parent ca45a770
No related branches found
No related tags found
No related merge requests found
...@@ -677,7 +677,7 @@ public class ValidateFeature ...@@ -677,7 +677,7 @@ public class ValidateFeature
if(!cds_predicate.testPredicate (f)) if(!cds_predicate.testPredicate (f))
return false; return false;
if(feature instanceof GFFStreamFeature && GFFStreamFeature.isSelenocysteine(feature)) if(feature instanceof GFFStreamFeature && GFFUtils.isSelenocysteine(feature))
return false; return false;
final AminoAcidSequence aa = f.getTranslation (); final AminoAcidSequence aa = f.getTranslation ();
......
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