VEuPathDB / plot.data

1 stars 0 forks source link

Network response returning strings instead of NodeData #261

Open asizemore opened 2 months ago

asizemore commented 2 months ago

Working on the frontend, I'm seeing a unipartite network response with links that have strings for node ids, instead of NodeData objects. What I mean is I'm seeing the following response where source and target are strings

Screen Shot 2024-06-21 at 7 05 26 AM

But the links should be organized just like in the bp net where for source and target we have NodeData.

Screen Shot 2024-06-21 at 7 07 18 AM