@biowonks/aseq
Version:
A simple package to calculate aseq identifiers compatible with Biowonk projects (MiST3, SeqDepot and etc)
26 lines (16 loc) • 733 B
Markdown
# aseq


[](https://gitlab.com/daviortega/aseq/commits/master)
[](https://daviortega.gitlab.io/aseq/)
A simple package to calculate aseq identifiers compatible with Biowonk projects (MiST3, SeqDepot and etc) with types.
## Install
`npm install @biowonks/aseq`
## Usage
```javascript
import makeAseq from '@biowonks/aseq'
const mySequence = 'AAAAAA'
const aseq = makeAseq(mySequence)
console.log(aseq)
// NtBKnXQ5LHJ7Gpv5envLrA
```