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.6.tar.gz
(21.6 kB
view details)
Built Distribution
genbank-0.6-py3-none-any.whl
(22.2 kB
view details)
File details
Details for the file genbank-0.6.tar.gz
.
File metadata
- Download URL: genbank-0.6.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 | 14cfcdb325ea9a33bf6fda0d50db106804a8c1aa58c4c8476d52240b5c97f85a |
|
MD5 | dee8d41067c561c752a112b2dba1ac81 |
|
BLAKE2b-256 | ae97ac98693062c4075abb13119a7934372ccb862aa7995f2017863e7f9d3552 |
File details
Details for the file genbank-0.6-py3-none-any.whl
.
File metadata
- Download URL: genbank-0.6-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 | 2c641006307a6c9e3c3dcd463bf6cc84e141bec7c5b59d225aefea192fa75694 |
|
MD5 | d9bee7de2e66a733908117b094fa1778 |
|
BLAKE2b-256 | 4044c44e3540f043ac9279a728f7810481a1f8f544c7eb910497b3e5f7a5e6c4 |