Skip to main content

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


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.12.tar.gz (21.8 kB view details)

Uploaded Source

Built Distribution

genbank-0.12-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file genbank-0.12.tar.gz.

File metadata

  • Download URL: genbank-0.12.tar.gz
  • Upload date:
  • Size: 21.8 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.9

File hashes

Hashes for genbank-0.12.tar.gz
Algorithm Hash digest
SHA256 e77be7d2c7e9a2ac23ad18de79371fb4c146d028937d55dfa30558a185065d15
MD5 03e1d11423f4d42b96675c27762182e0
BLAKE2b-256 60533d48afc81bcfb20d79f2276211a4ac32dba4eb8f8d8601e43d097eebea9a

See more details on using hashes here.

File details

Details for the file genbank-0.12-py3-none-any.whl.

File metadata

  • Download URL: genbank-0.12-py3-none-any.whl
  • Upload date:
  • Size: 22.4 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.9

File hashes

Hashes for genbank-0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 7188d49fc46e72315ab7e3eb68088431dfb4f4d9a11c0ea516817e6423ebeaaa
MD5 c85fd3d58a83f36eb47da764649c2a81
BLAKE2b-256 36646e12e79a15a98ee23c62dd790837cf67d9389873252791a44dddab0c7c19

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page