deeptools / HiCBrowser

Simple web browser to visualize HiC tracks
GNU General Public License v2.0
18 stars 5 forks source link

Use a production WSGI server instead. #25

Open elyas101 opened 6 years ago

elyas101 commented 6 years ago

Hi,

I am trying to run HiCBrowser but keep getting this error message:

I am not sure whether this is due to the port number used. I was wondering if anyone already experienced this and was able to resolve it?

The command I have been running is the following:

runBrowser --config browserConfig.ini --port 5001 --numProcessors 8 runBrowser --config browserConfig.ini --port 8888 --numProcessors 8

FYI, I am using a cluster to run this command.

fidelram commented 6 years ago

you can ignore the Warning. The problem is:

ValueError: cannot have a multithreaded and multi process server.

I am not familiar with that error, but probably is unrelated to HiCBrowser. I recommend you to reach out to flask for help.