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.5.tar.gz
(21.6 kB
view details)
Built Distribution
genbank-0.5-py3-none-any.whl
(22.2 kB
view details)
File details
Details for the file genbank-0.5.tar.gz
.
File metadata
- Download URL: genbank-0.5.tar.gz
- Upload date:
- Size: 21.6 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 | 78054fff54cba04f16132b495ecd00281affdb6efec29ee48295f5cb87f0dc1d |
|
MD5 | 6f397484ba6284ae4f57162c146b5313 |
|
BLAKE2b-256 | e60180c7ea5e7daaba6c2937d632f3190e84ea069bfa5eabc5d83d9a79ea5560 |
File details
Details for the file genbank-0.5-py3-none-any.whl
.
File metadata
- Download URL: genbank-0.5-py3-none-any.whl
- Upload date:
- Size: 22.2 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 | 6ba707ce8ba99e1440d4d0edb81a391311091e36de1ca4afdc22f0dfb562cd7a |
|
MD5 | 6aa4252da22e0ca58c49e087af4168b2 |
|
BLAKE2b-256 | 540e3f7eefb65d4497180cc06d71002d0c4c8705a6c4488c7b09d2e6f8fa445b |