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

disable CDS to exon conversion

parent db256b41
Branches
Tags
No related merge requests found
...@@ -819,9 +819,7 @@ public class GFFStreamFeature extends SimpleDocumentFeature ...@@ -819,9 +819,7 @@ public class GFFStreamFeature extends SimpleDocumentFeature
source_str = source; source_str = source;
String key = getKey().getKeyString(); String key = getKey().getKeyString();
if(key.equals("CDS"))
key = "exon";
String translation = getTranslation(); String translation = getTranslation();
if(translation != null) if(translation != null)
attribute_string = attribute_string + ";" + translation; attribute_string = attribute_string + ";" + translation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment