Skip to content

saketlab/seqout

Repository files navigation

pysraweb

pysraweb is a lightweight web app for fast exploration of datasets from SRA and GEO featuring consolidated tabular views of experiment- and sample-level metadata.

Developer Instructions

Install dependencies with:

npm i

To start a development server:

npm run dev

To build and deploy:

npm run build
npm start -- -H 0.0.0.0 -p 3000