openphacts / IdentityMappingService

The Identity Mapping Service to combine BridgeDB and the Validator
1 stars 3 forks source link

mapURI page does not render correctly #1

Open ianwdunlop opened 9 years ago

ianwdunlop commented 9 years ago

the /QueryExpander/mapURI page does not render any info just what looks like some JS code

var mitems=new Array( "ftp://ftp.cmbi.ru.nl/pub/molbio/data/hssp/$id.hssp.bz2", "ftp://ftp.ebi.ac.uk/pub/databases/lrgex/$id.xml", "ftp://ftp.embl-heidelberg.de/pub/databases/protein_extras/hssp/$id.hssp.bz2", "ftp://ftp.nextprot.org/pub/current_release/controlled_vocabularies/caloha.obo#$id", "http://2dbase.techfak.uni-bielefeld.de/cgi-bin/2d/2d.cgi?ac=$id", "http://aclame.ulb.ac.be/perl/Aclame/Genomes/mge_view.cgi?view=info&id

Seen on http://openphacts.cs.man.ac.uk:9095/QueryExpander/mapURI

AlasdairGray commented 9 years ago

I believe that is a deprecated function. The correct form is /QueryExpander/mapUri (note the different case!)

This will resolve correctly when provided with arguments http://openphacts.cs.man.ac.uk:9095/QueryExpander/mapUri?Uri=http://www.drugbank.ca/biodb/bio_entities/BE0000003

stain commented 9 years ago

oh my.. deprecation by upper/lower case? Suggested fix: remove /mapURI