Extend solr loader to populate new closure fields
cmungall opened this issue · 2 comments
cmungall commented
Not to be started on until:
geneontology/amigo#478
yy20716 commented
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 that adds regulate-only closure like this, i.e. modifying graph/RelationSets.java and solrj/GafSolrDocumentLoader.java? The part I am not sure about is how to express "all genes in either of the above" in your amigo ticket. In other words, do you think I just need to add the slash like this REGULATES = "regulates/is_a/part_of";
to represent the logical OR (or either)? I would appreciate it if you could clarify my question. Thank you.
cmungall commented
don't worry, I'm just registering the ticket as part of a larger
project, I will expand the ticket and explain more later, you can ignore
for now
…On 9 Mar 2018, at 12:30, HyeongSik Kim wrote:
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 that adds regulate-only closure like
[this](https://github.com/owlcollab/owltools/pull/242/files), i.e.
modifying graph/RelationSets.java and
solrj/GafSolrDocumentLoader.java? The part I am not sure about is how
to express "all genes in either of the above" in your amigo ticket. In
other words, do you think I just need to add the slash like this
`REGULATES = "regulates/is_a/part_of";` to represent the logical OR
(or either)? I would appreciate it if you could clarify my question.
Thank you.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#243 (comment)