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.1.0.tar.gz
(569.3 kB
view details)
File details
Details for the file pyabif-0.1.0.tar.gz
.
File metadata
- Download URL: pyabif-0.1.0.tar.gz
- Upload date:
- Size: 569.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 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 | 60a6d4584a63abedd55b457056737d06c9fd773a8b0681692b727bc8cb4e7602 |
|
MD5 | ad389f2e6b00f2dd9faa077654d4c924 |
|
BLAKE2b-256 | 0ad8193b621947253f6884fbdc31e079acbf615e30a88c53020ca3ce4098fa14 |