An open API service indexing awesome lists of open source software.

https://github.com/mskcc/igo-run-qc-node


https://github.com/mskcc/igo-run-qc-node

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# IGO Run QC

Application that displays all post sequencing stats for IGO to make pass/fail/deliver decisions for samples and projects.

## Development Setup
### Frontend

1) Setup
```
cd frontend
npm install
npm run start # application should be started on localhost:3000
```

2) Cookie - start the IGO login app locally on port 3000 and login successfully, this will store the local cookie then you can stop the local login app and run this app.

### Backend
1) Configurations - Update `.env` file

2) Run
```
cd backend
npm install
npm run start
```