BiobaseFasta-0.0.1.0: conduit-based FASTA parser

Safe HaskellNone

Biobase.Fasta

Description

This module is currently home to a preliminary version of indices based on a minimal index of Zero or One (and possibly others).

Documentation

data FastaWindow Source

Constructors

FastaW 

Fields

_identifier :: !ByteString

the current identifier

_description :: !ByteString

and description, if any

_offset :: !Offset

Zero-based offset into the current stream

_fasta :: !ByteString

window data

_past :: !ByteString