ecotyper icon indicating copy to clipboard operation
ecotyper copied to clipboard

Failed to connect to cibersortx.stanford.edu:80: Connection timed out

Open kaizen89 opened this issue 1 year ago • 1 comments

I have an error that is probably related to proxy settings as the problem disappears when I connect with a private network. I've already set the proxy settings in Rprofile and in env variables. I tried multiple things with no luck. Any help would be appreciated.

Rscript EcoTyper_discovery_bulk.R -c config_discovery_bulk.yml

Step 1 (cell type fraction estimation): Running CIBERSORTxFractions on the discovery dataset...
Running CIBERSORTx fractions with no batch correction, using the 'TR4' signature matrix and 'MyDiscovery' dataset.
Running on docker...
>Running CIBERSORTxFractions...
>[Options] username: [email protected]
>[Options] token: 2d15afd342606b28f5523a2a75836229
>[Options] mixture: /src/data/mixture.txt
>[Options] sigmatrix: /src/data/sigmatrix.txt
>[Options] sourceGEPs: /src/data/sourceGEPs.txt
>[Options] verbose: TRUE
terminate called after throwing an instance of 'std::system_error'
  what():  Failed to connect to cibersortx.stanford.edu:80: Connection timed out
Error: 
Execution halted
Error: 
Execution halted
Error in RunJobQueue() : 
  EcoTyper failed. Please check the error message above!
Execution halted

kaizen89 avatar Jul 27 '22 15:07 kaizen89

Hi,

EcoTyper uses CIBERSORTx for the first two steps of the workflow, fraction estimation and in silico purification. In order for CIBERSORTx to run, it needs to be able to connect to the website to check the tokens. It seems that due to network configuration issues on your system, it cannot perform this validation. Unfortunately, we cannot help with this. We would suggest to contact your local network administrator. If the settings are correct, and you are still encountering issues, please contact the CIBERSORTx team: https://cibersortx.stanford.edu/contact.php.

Best, The EcoTyper team

BALuca avatar Aug 05 '22 21:08 BALuca