You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I submit my atac-seq input.json files to the caper server. I get the following error:
HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/workflows/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2b9025e3c7b8>: Failed to establish a new connection: [Errno 111] Connection refused'))...I attached my default.conf file. default.conf.txt
The text was updated successfully, but these errors were encountered:
That HTTP error tells you that Caper server IP address (specified by --ip) is not configured correctly. It's localhost by default. Get a hostname of Caper server and put it into your conf file.
If you qsubed Caper server like echo "caper server" | qsub, then your caper server should be running on a compute node you need to take a hostname of that node.
ip=YOUR_CAPER_SERVER_HOSTNAME
If you ran Caper server on a login node then you don't need to specify --ip.
Also, I don't think your parallel environment is configured correctly. dper730xd-srcf-d16-17 looks like a hostname of Caper server?
When I submit my atac-seq input.json files to the caper server. I get the following error:
HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /api/workflows/v1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2b9025e3c7b8>: Failed to establish a new connection: [Errno 111] Connection refused'))...I attached my default.conf file.
default.conf.txt
The text was updated successfully, but these errors were encountered: