-
Notifications
You must be signed in to change notification settings - Fork 8
Description
This probably needs quick ideas about how to fix, and then be split in multiple issues.
When Googling for the web service I found this page: https://www.wikipathways.org/index.php/Help:WikiPathways_Webservice/API That page seems to have outdated information compared to the Swagger pages, and probably should just be replaced by Swagger output.
It for instance mentions the option to download "txt" files, which I think we no longer support and the getPathwayAs example seems to be broken. It actually gives different errors for gpml files and gmt files.
The page also links to this page: https://www.wikipathways.org/index.php/Download_Pathways to explain the file formats, where I think that should be this one: https://www.wikipathways.org/index.php/Help:FileFormats
I then tried to download the GMT files directly from this page: http://data.wikipathways.org/current/gmt/
That gives a not secure error since that page is not https. More importantly, that also means that at least my Chrome cannot do the actual download.
According to the Swagger documentation the download page does not support downloading GMT files. Is that intended?