TheJacksonLaboratory / HPOworkbench

Human Phenotype Ontology Workbench
http://hpo-workbench.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Revised the class MondoCommand to reflect the changes from phenol #29

Closed yy20716 closed 6 years ago

yy20716 commented 6 years ago
pnrobinson commented 6 years ago

This is now working but I am not able to access the cross references

GenericTerm gt = // get a generic term object
List<Dbxref> xrefs = gt.getXrefs();

Here, getXrefs() always appears to be returning null. I think it would also be better if we implemented that to return an empty Immutable list, something like return ImmutableList.of(), I think.