
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
bioinformatics-parser
Advanced tools
Simple package to read and write fasta and fastq inputs.
Usage:
const { fasta, fastq } = require('bioinformatics-parser')
const exampleFasta =
`>strain_1
NNNACGTACGCTAGCTACGTA
CAGCTAGCTAGCTACATNNNN
>strain_2
NNNACGTACGCTAGCTACGTA
CAGCTAGCTAGCTACATNNNN`
const { ok, error, result } = fasta.parse(exampleFasta)
console.log(result)
// => [
// { description: 'strain_1',
// data: 'NNNACGTACGCTAGCTACGTACAGCTAGCTAGCTACATNNNN' },
// { ... },
// ]
const stringifiedFasta = fasta.stringify(result)
// `exampleFasta` might be different from `stringifiedFasta` because
// the line break length might be different, but the description and
// data stay the same
// NOTE: fastq only implements fastq.parse but not fastq.stringify,
// if you need it open an issue.
FAQs
.fasta and .fastq parsers
We found that bioinformatics-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.