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

change isFminPartial / isFmaxPartial to Start_range / End_range

parent bc41b389
No related branches found
No related tags found
No related merge requests found
......@@ -1372,9 +1372,9 @@ public class DatabaseDocument extends Document
this_buff.append("isObsolete=" + Boolean.toString(feat.isObsolete()) + ";");
if(featureloc.isFminPartial())
this_buff.append("isFminPartial;");
this_buff.append("Start_range=.,.;");
if(featureloc.isFmaxPartial())
this_buff.append("isFmaxPartial;");
this_buff.append("End_range=.,.;");
// this is the chado feature_relationship.rank used
// to order joined features e.g. exons
if(rank > -1)
......
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