biojava-l@biojava.org
cc: (bcc: Mark Schreiber/GP/Novartis)
Subject: [Biojava-l] Trouble with GOParser
Hello,
I am having some troubles wiht GOParser class. I would like to use it in
order to load an ontology and then display this ontology in a JTree.
This is the co
Hello,
I am having some troubles wiht GOParser class. I would like to use it in
order to load an ontology and then display this ontology in a JTree.
This is the code I am testing:
try {
BufferedReader file = new BufferedReader(new
FileReader("po_anatomy.ontology"));
OntologyFa