Skip to content

kmhettne/crosslinkWGCNA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

Clone git

git clone [email protected]:mochar/wgcna.git

In wgcna folder:

Checkout developtment branch: git checkout layout

In www folder:

Install npm if it is not installed.

Install required packages: npm install

Run the development web server: npm run dev

In api folder:

Set location of flask application: export FLASK_APP=app/__init__.py

Run flask application: flask run

Install any missing dependencies that are causing errors.

Prepare data folder:

Create the data folder: mkdir /opt/wgcna

set write permission for user: sudo chown -R user:user /opt/wgcna

Open webtool:

open localhost:4000 in google chrome.

Run instructions:

In www folder:

npm run dev

In api folder:

export FLASK_APP=app/__init__.py

flask run

Open webtool:

open localhost:4000 in google chrome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.9%
  • Python 18.1%
  • JavaScript 16.4%
  • R 11.1%
  • HTML 3.5%
  • CSS 1.0%