You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

emf-js

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emf-js

This parses emf format from Ensembl alignments

2.0.0
latest
Source
npmnpm
Version published
Weekly downloads
7
600%
Maintainers
0
Weekly downloads
 
Created
Source

NPM version Build Status

emf-js

This parses emf format from Ensembl alignments

Usage

import { parse } from 'emf-js'
const file = fs.readFileSync('test.emf', 'utf8')
const ret = parse(file)

Notes

See tests for example files

FAQs

Package last updated on 29 Aug 2024

Did you know?

Socket

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.

Install

Related posts