This is a test version of Biostars. For the public version, visit https://www.biostars.org.
OMA Error code

Hello, I am trying to run OMA standalone on a mac. I have run into the following error: curl: (6) Could not resolve host: %http_code Error, (in curl) curl failed: response code: f

Does anyone know what this means or how to fix it? Thanks!

oma

1 answer

Hi,

OMA standalone downloads only the GeneOntology www.geneontology.org/ontology/gene_ontology.obo from the web if needed (i.e. if DoGroupFunctionPrediction in parameter.drw is set to true and the file hasn't been downloaded before). From the error, it seems that you were either not connected to the internet when you started OMA standalone, sitting behind a proxy and curl doesn't know about it, or the gene ontology server was down at that time).

In case your internet connection needs to go through a proxy server, you can set an environment variable http_proxy. see man curl for more details.

Cheers

Log in to answer this question.