@hackage hyraxAbif0.2.4.5

Modules for parsing, generating and manipulating AB1 files.

This library provides functionality for parsing, modifying, writing and generating ABIF files

Any AB1 file conforming to the standard at http://www6.appliedbiosystems.com/support/software_community/ABIF_File_Format.pdf should be supported.

This library also support generating a minimal ABIF file from a FASTA input sequence.

A basic terminal application that can dump and generate AB1s is included. See https://github.com/hyraxbio/hyraxAbif/blob/master/app/Main.hs

See

  • Hyrax.Abif.Generate for generate ABIF files from FASTA inputs

  • Hyrax.Abif.Read for parsing ABIF files

  • Hyrax.Abif.Write for creating/updating ABIF files

  • Hyrax.Abif for the core types

  • Examples for examples