imgag/ngs-bits

HtsLib possibly cannot read BAM/CRAM files via proxy

Closed this issue · 3 comments

Needs to be tested withing UKT and from outside

Works outside of UKT over direct connection (without proxy)

Inside UKT the proxy server prevents HtsLib requests from reaching GSvar server running outside

A fix is found. On Windows GSvar needs to be launched with specific environment variables:

set https_proxy=LOGIN:PASSWORD@PROXY_ADDRESS:PROXY_PORT
set http_proxy=LOGIN:PASSWORD@PROXY_ADDRESS:PROXY_PORT