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

add Start_range / End_range

parent 59098f33
No related branches found
No related tags found
No related merge requests found
......@@ -852,7 +852,9 @@ public class GFFStreamFeature extends SimpleDocumentFeature
final String names[] = { "ID", "Name", "Alias", "Parent",
"Derives_from",
"Target", "Gap", "Note",
"Dbxref", "Ontology_term" };
"Dbxref", "Ontology_term",
"Start_range", "End_range",
"Is_circular"};
int count = 0;
final int names_length = names.length;
......
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