https://github.com/kumarharsh/cel-mirna-counter
Get read counts in EV, NOL and X2 datasets
https://github.com/kumarharsh/cel-mirna-counter
Last synced: 10 months ago
JSON representation
Get read counts in EV, NOL and X2 datasets
- Host: GitHub
- URL: https://github.com/kumarharsh/cel-mirna-counter
- Owner: kumarharsh
- Created: 2018-06-09T13:06:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T13:07:04.000Z (about 8 years ago)
- Last Synced: 2025-07-06T16:42:08.437Z (12 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up the project
1. Install NodeJS. See this page for instructions:
https://nodejs.org/en/download/
2. Download this repository's archive and unzip it somewhere.
3. Open command prompt, enter this folder and type:
```
npm install
npm run compile
npm run replace
node ./out/index.ts EV (or) X2 (or) NOL
```