git clone [email protected]:mochar/wgcna.git
Checkout developtment branch: git checkout layout
Install npm if it is not installed.
Install required packages:
npm install
Run the development web server:
npm run dev
Set location of flask application:
export FLASK_APP=app/__init__.py
Run flask application:
flask run
Install any missing dependencies that are causing errors.
Create the data folder:
mkdir /opt/wgcna
set write permission for user:
sudo chown -R user:user /opt/wgcna
open localhost:4000
in google chrome.
npm run dev
export FLASK_APP=app/__init__.py
flask run
open localhost:4000
in google chrome.