Gathering detailed insights and metrics for bionode-sra
Gathering detailed insights and metrics for bionode-sra
Gathering detailed insights and metrics for bionode-sra
Gathering detailed insights and metrics for bionode-sra
npm install bionode-sra
Typescript
Module System
Node Version
NPM Version
63.4
Supply Chain
96.6
Quality
78.1
Maintenance
84
Vulnerability
99.6
License
JavaScript (87.46%)
Makefile (12.54%)
Total Downloads
11,889
Last Day
1
Last Week
20
Last Month
47
Last Year
543
6 Stars
42 Commits
3 Forks
21 Watching
1 Branches
20 Contributors
Latest Version
2.0.0
Package Id
bionode-sra@2.0.0
Unpacked Size
384.93 kB
Size
264.00 kB
File Count
23
NPM Version
6.4.1
Node Version
10.14.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
185.7%
20
Compared to previous week
Last month
74.1%
47
Compared to previous month
Last year
-28.3%
543
Compared to previous year
A Node.js wrapper for SRA Toolkit.
You need to install the latest Node.JS first, please check nodejs.org or do the following:
1# Ubuntu 2sudo apt-get install npm 3# Mac 4brew install node 5# Both 6npm install -g n 7n stable
To use bionode-sra
as a command line tool, you can install it globally with -g
.
1npm install bionode-sra -g
Or, if you want to use it as a JavaScript library, you need to install it in your local project folder inside the node_modules
directory by doing the same command without -g
.
1npm i bionode-sra # 'i' can be used as shortcut to 'install'
If you're using bionode-sra with Node.js, you can require the module:
1var sra = require('bionode-sra') 2var fastqDump = sra('fastq-dump') 3fastqDump('SRR1509835.sra')
Please read the documentation for the methods exposed by bionode.
1$ bionode-sra fastq-dump SRR1509835.sra 2$ bionode-sra fastq-dump SRR1509835.sra fastqOutputDirectory
Check our documentation at doc.bionode.io or do:
1bionode-sra --help
We welcome all kinds of contributions at all levels of experience, please read the CONTRIBUTING.md to get started!
Don't be shy! Come talk to us :smiley:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/21 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
55 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More