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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pyabif-0.2.0.zip
.
File metadata
- Download URL: pyabif-0.2.0.zip
- Upload date:
- Size: 572.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc805253f87f0e45b32542344e8fc4d2957c6859c0bae35db84849157342de99 |
|
MD5 | 3082fa181cbe864ef6cdf645490e4676 |
|
BLAKE2b-256 | 143fd38a2ea016cbd6d8b44d86cd02e17a2a8e9fd0decbdbb6f79df0300a647b |