@biowonks/aseq
TypeScript icon, indicating that this package has built-in type declarations

0.1.2-1 • Public • Published

aseq

npm License: CC0-1.0 pipeline status coverage report

A simple package to calculate aseq identifiers compatible with Biowonk projects (MiST3, SeqDepot and etc) with types.

Install

npm install @biowonks/aseq

Usage

import makeAseq from '@biowonks/aseq'

const mySequence = 'AAAAAA'
const aseq = makeAseq(mySequence)

console.log(aseq)
// NtBKnXQ5LHJ7Gpv5envLrA

Package Sidebar

Install

npm i @biowonks/aseq

Weekly Downloads

107

Version

0.1.2-1

License

CC0-1.0

Unpacked Size

3.71 kB

Total Files

5

Last publish

Collaborators

  • daviortega