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.2.tar.gz
(20.4 kB
view details)
Built Distribution
genbank-0.2-py3-none-any.whl
(20.9 kB
view details)
File details
Details for the file genbank-0.2.tar.gz
.
File metadata
- Download URL: genbank-0.2.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 | 2e41691ef416474c852a9cc53e0efbd5b9595a6916bd61a435a33423d1a4e2c0 |
|
MD5 | 08a078c386a002da6657a5ce9bc3a426 |
|
BLAKE2b-256 | b1e7ea101208d3bf4f0e14a5e60fddb29b4fb16a4133f5b265a788a5a3bde9d8 |
File details
Details for the file genbank-0.2-py3-none-any.whl
.
File metadata
- Download URL: genbank-0.2-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 | 94021b35219cb4b0db0f3401fea7b2880746e9a34c45971a5dfc73823619de6f |
|
MD5 | 98783cb8584ac5709151794d9562d6ec |
|
BLAKE2b-256 | 7a60ba7229bbefb5f40fd3beb1ca1aa35d5d3e0a086d9e1a1d6624282fa112be |