Skip to content
Snippets Groups Projects
Commit 14ff0ef9 authored by tjc's avatar tjc
Browse files

add featureprop test to in main()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4341 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent ed1c5555
No related branches found
No related tags found
No related merge requests found
......@@ -939,10 +939,12 @@ public class DatabaseDocument extends Document
String type = feature.getCvterm().getName();
int fmin = feature.getFeatureloc().getFmin() + 1;
int fmax = feature.getFeatureloc().getFmax();
String featprop =
((ChadoFeatureProp)feature.getFeaturepropList().get(0)).getCvterm().getName();
System.out.print(fmin+".."+fmax);
System.out.print(" "+type);
//System.out.print(" "+feature.getProp_cvterm().getId());
System.out.print(" "+featprop);
System.out.print(" "+feature.getFeatureloc().getStrand());
System.out.print(" "+feature.getUniquename());
System.out.print(" "+abb);
......
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