Pull the Docker image, and create and run a container.
git clone git@github.com:mochar/wgcna.git
Create the data folder:
mkdir /opt/wgcna
set write permission for user:
sudo chown -R user:user /opt/wgcna
Install npm if it is not installed.
Install required packages:
npm install
From now on run the web server with:
npm run dev
Install any missing dependencies that are causing errors.
From now on run the api server with:
FLASK_APP=app/__init__.py flask run
open localhost:4000
in your webbrowser.