Closed ypriverol closed 9 months ago
Check the consistency of the data, for example (PXD038060 - 21 proteins, 2950 peptides, 1663 spectra. However in xiVIEW, at the top it says 19 proteins. Not consistent.)
That's because xiVIEW is, by default, not displaying the ambiguous (peptide position) links. I you click 'Ambig' in the filter at the bottom the numbers will match up. So this is something to be fixed in the xiVIEW javascript (by showing everything by default).
Fix the visualization endpoint for each independent dataset in PRIDE, API endpoint broken (e.g. https://www.ebi.ac.uk/pride/archive/xiview/visualisations?pxid=PXD038060)
I think you're using the wrong URL - show be https://www.ebi.ac.uk/pride/archive/xiview/network.html?project=PXD038060
Fix the visualization endpoint for each independent dataset in PRIDE, API endpoint broken (e.g. https://www.ebi.ac.uk/pride/archive/xiview/visualisations?pxid=PXD038060)
I think you're using the wrong URL - show be https://www.ebi.ac.uk/pride/archive/xiview/network.html?project=PXD038060
This is related with the previous way of getting the visualization urls for every file. @colin-combe we used to have that endpoint in the API. We will discuss in details all the issues after the Demo today and the collection of all the issues.
Check the consistency of the data, for example (PXD038060 - 21 proteins, 2950 peptides, 1663 spectra. However in xiVIEW, at the top it says 19 proteins. Not consistent.)
Should be fixed and deploy itself if i merge https://github.com/Rappsilber-Laboratory/xiview-server/pull/54 - I'll do that?
This is solved now.