Code to work with Genbank files
Project description
genbank
Python code to work with Genbank files
This repo contains several classes to help work with Genbank files
The flow goes:
File > Read > Locus > Feature
To use:
from genbank.file import File
f = File('infile.gbk')
for name,locus in f.items():
print("-----Locus:",name, "-----")
for feature in locus:
print(feature)
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
genbank-0.3.tar.gz
(20.4 kB
view details)
Built Distribution
genbank-0.3-py3-none-any.whl
(20.9 kB
view details)
File details
Details for the file genbank-0.3.tar.gz
.
File metadata
- Download URL: genbank-0.3.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03bfe5e80fec2ef382efdbe85dd8b1704e55afccde1e57b876841cc54c2e870d |
|
MD5 | e4bcc96390acbee7570ee6768374d576 |
|
BLAKE2b-256 | 330f31501cee8e5fd354adafc726ece8d47bd380ad8747a7e0f71c04266ea925 |
File details
Details for the file genbank-0.3-py3-none-any.whl
.
File metadata
- Download URL: genbank-0.3-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0df1cfd3e1d3d23b49106b128eca5f7e730cc8409a497f1889b2114a1c9fefef |
|
MD5 | 3896ce9bb416f5aab0c950c3ccc9ee9d |
|
BLAKE2b-256 | 837a01baf05bdeb7fa61539e0a8637fa0bbda007029abccad9cf83b0583e90e4 |