VEuPathDB / EdaNewIssues

0 stars 0 forks source link

Megastudy: understand why "number of input specimens to assay" variable has an extra assay parent in variable pickers and fix it? #637

Closed bobular closed 11 months ago

bobular commented 1 year ago

This variable belongs to multiple parents in the owl file.

The EDA has no problem with this in general, but the variable picker is showing an extra parent for most occurrences. I suspect multiple parents aren't handled in the tree-drawing algorithm. I will look into this, cost it and maybe even fix it!

image

bobular commented 1 year ago

This might be fixed upon a reload of the megastudy - as I updated the popbio.owl file a few days ago

https://github.com/VEuPathDB/ApiCommonData/commit/fdd6eacc7303b2b482e8375f881317701868dc2a

However, the insecticide variable is still showing up in two places. Need to do the same for that if this is the solution.

bobular commented 11 months ago

This was solved a while back by making sure the variable isn't a child of the subsection/category that is being repeated.