PathwayCommons / pcviz

Pathway Commons Bio Network Visualizer
http://www.pathwaycommons.org/pcviz/
MIT License
8 stars 3 forks source link

Malformed URL for downloading BioPAX model #17

Closed IgorRodchenkov closed 8 years ago

IgorRodchenkov commented 8 years ago

Get some network using more than one gene name and then scroll down to click on "Download" -> Network(BioPAX).

It then tries with the malformed query URL, e.g.,

http://www.pathwaycommons.org/pc2//graph?source=SMAD3,MTOR,BRCA2&kind=neighborhood&format=BIOPAX

Whereas, this should be:

http://www.pathwaycommons.org/pc2//graph?source=SMAD3&source=MTOR&source=BRCA2&kind=neighborhood

(&format=BIOPAX is optional in this case too)

IgorRodchenkov commented 8 years ago

Hey everyone! Please update PCViz instances that we (PC) have at pathwaycommons.org/pcviz/ and sanderlab.org/pcviz/ and the BioJs component!