compbio-UofT / medsavant

MedSavant is a search engine for genetic variants
22 stars 9 forks source link

Enable the use of a proxy to download resources #343

Closed meatcar closed 10 years ago

meatcar commented 10 years ago

Clients behind secure firewalls often encounter difficulties opening ports 21 & 80 for MedSavant to download required resources (annotations, etc). An option available to them is to set up an SSH tunnel, but if they lack root access, they can only bind to ports in the 1000+ range.

MedSavant lacks a method of specifying an alternative port to use for fetching resources. However, this feature can be added fairly easily:

sdumitriu commented 10 years ago

Check out https://github.com/compbio-UofT/medsavant/blob/master/distribution/medsavant-server-deb/src/main/resources/medsavant.default#L20 and https://github.com/compbio-UofT/medsavant/blob/master/distribution/medsavant-client-deb/src/main/resources/medsavant.sh#L29

meatcar commented 10 years ago

I forgot you can set options from the command line. My bad.