UNPKG

seqparse

Version:

Parse sequence files (GenBank, FASTA, SnapGene, SBOL) and accession IDs (NCBI, iGEM) to a common format

7 lines (6 loc) 174 B
import { Seq } from ".."; /** * Benchling format is just JSON. It's virtually the same format. */ declare const _default: (text: string) => Seq[]; export default _default;