sba1 / ontologizer

Ontologizer is a tool for identifying enriched Gene Ontology terms in lists of names of genes or gene products.
http://ontologizer.de
8 stars 8 forks source link

TermID.java #10

Open johntiger1 opened 7 years ago

johntiger1 commented 7 years ago

Line 42: import ontologizer.ontology.TermID;

https://github.com/sba1/ontologizer/blob/master/ontologizer.tests/src/ontologizer/sets/tests/StudySetTest.java

The import appears to reference a TermID.java class. However, it seems that TermID.java has been moved to ontolib? At any rate, I cannot find TermID.java here. Any help would be appreciated. Thanks.

sba1 commented 7 years ago

The repo for ontologizerlib is hosted at https://github.com/ontologizer/ontologizerlib and is integrated for simplicity using git submodules into this repository (rather than using Maven artifacts). I changed clone command in the ReadMe to also consider all submodules. I hope this helps.