Skip to main content

A Python ABIF reader

Project description

A Python ABIF (Applied Biosystems Genetic Analysis Data File Format) reader.

  • no external dependencies

  • minimal pythonification

ABIF is a directory of items, where every item is identified by unique name and number.

pyABIF is a class with attributes corresponding to name/number items:

>>> from pyabif import pyABIF

>>> abif = pyABIF('abif.fsa')
>>> abif.User1
joe

>>> abif.DATA1

pyabif can be used as a console script:

$ pyabif abif.fsa
Converted to txt

$ ls abif
abif.fsa
abif.fsa.csv.zip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyabif-0.2.0.zip (572.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page