UNPKG

seqparse

Version:

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

8 lines (7 loc) 237 B
import { Seq } from ".."; /** * takes in an SBOL file in v1 or v2 format, and parses to an array of parts * that match the Loom data model */ declare const _default: (sbol: string, fileName: string) => Seq[]; export default _default;