Open balhoff opened 1 year ago
Species names are still not being displayed in Noctua.
For example, Taxon:42789 & model: http://noctua.geneontology.org/workbench/noctua-visual-pathway-editor/?model_id=gomodel%3A6494e2e900000134
This seems to be controlled by the script https://github.com/geneontology/neo/blob/master/gpi2obo.pl. When it is called by the Makefile, a species code needs to be passed to be appended to the gene product name. There seems to be some unfinished work related to handling virus names here:
https://github.com/geneontology/neo/blob/b1a10399234c2638250286f8434093e494ccc100/Makefile#L41-L68
(Quiet shoutout to https://github.com/geneontology/project-management/issues/52)
Trying to quote @kltm
How the data gets in:
Noting that this seems to be the "next step" referred to in https://github.com/geneontology/neo/issues/77. Essentially, we stopped there before getting to this point.
Right now there is a single file per file - so this is complicated to load
See https://github.com/geneontology/go-site/issues/1955#issuecomment-1529033344