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.
Install dependencies with:
npm iTo start a development server:
npm run devTo build and deploy:
npm run build
npm start -- -H 0.0.0.0 -p 3000