Skip to content

aaronge-2020/nci-webtools-dceg-mSigPortal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nci-webtools-dceg-mSigPortal

Mutational Signature Portal Analysis Tool

Getting Started

Install Dependencies

cd client
npm install
cd ../server
npm install

Create Configuration File

cd server
cp config.example.json config.json
# Update config.json with properties specific to your environment

Start Server

npm start
# Server runs on port 8330 by default

Start Client

cd client
npm start
# Client runs on port 3000 by default

About

Mutational Signature Portal Analysis Tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.7%
  • R 14.0%
  • SCSS 1.9%
  • HTML 1.6%
  • Other 0.8%