HyeongSik Kim

Results 11 comments of HyeongSik Kim

I began checking one of the issues, i.e. the field `process_class` is not generated. I speculate that this issue is also related to the namespace issue. Here is the trace:...

@cmungall I tried your approach but that one does not work because getSubClass does not accept IRI object. ~~~~ reasoner.getSubClassesOf(IRI.create("http://purl.obolibrary.org/obo/GO_0008150")) ~~~~ So I tried this way: ~~~~ OWLClass c =...

* Uh, so it turns out that I didn't deep-copy all ontologies but only did the ones in noctua-model, which is why the reasoning was not happening properly. I forgot...

* FYI. @cmungall, unfortunately I was not able to find the post I was talking about (it's possible that my memory is not correct or it was just my imagination)....

* I began to think that this might not be the issue from OWLAPI but something deep in owltools causes them. I was working on making an example case with...

Here is the repo that contains the testcodes I built: https://github.com/yy20716/owlapi-repeat-model-load - It loads four different noctua-model files using the same manager but I was not able to reproduce the...

Chris, I am sorry but I am not sure whether I understood this task correctly. Do you think that I just need to add codes similar to the previous task...

From my observation, it seems that your speculation is correct. When I ran owltools with the following option, ~~~~ target/go-gaf.owl --gaf target/groups/pombase/pombase.gaf --createReport --gaf-report-file target/groups/pombase/pombase-owltools-check.txt --gaf-report-summary-file target/groups/pombase/pombase-summary.txt --gaf-prediction-file target/groups/pombase/pombase-prediction.gaf --gaf-prediction-report-file...

* I am sorry but I just get to know that I am assigned to this issue. It seems that the codes are already updated to continue loading if the...

I am sorry but I realized that I put a wrong tag in the above example. I made a copy-and-paste error, i.e. ~~~~ ~~~~ but this should be ~~~~ ~~~~...