Mouse-Imaging-Centre / pydpiper

Python code for flexible pipeline control
Other
24 stars 10 forks source link

error when running pydpiper test: qsub: cannot connect to server #435

Closed ghost closed 4 years ago

ghost commented 4 years ago

When running

pydpiper_testing/test_MBM_and_MAGeT.py test-data/

I am getting this error:

qsub: cannot connect to server (null) (errno=15137) could not connect to trqauthd qbatch: error: qsub call returned error code 33 .socket_connect_unix failed: 15137

The install documentation says that the default mode for the test is "local execution". I'm guessing that I need to start or initialise qbatch in some way before running. Are there instructions for how to set this up?

Pydpiper was downloaded with

git clone https://github.com/Mouse-Imaging-Centre/pydpiper.git

I am attempting to install and run it in a container based on

nistmni/minc-toolkit:1.9.16

Thanks.