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

Uploaded Source

Built Distribution

genbank-0.6-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

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

Hashes for genbank-0.6.tar.gz
Algorithm Hash digest
SHA256 14cfcdb325ea9a33bf6fda0d50db106804a8c1aa58c4c8476d52240b5c97f85a
MD5 dee8d41067c561c752a112b2dba1ac81
BLAKE2b-256 ae97ac98693062c4075abb13119a7934372ccb862aa7995f2017863e7f9d3552

See more details on using hashes here.

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

Hashes for genbank-0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2c641006307a6c9e3c3dcd463bf6cc84e141bec7c5b59d225aefea192fa75694
MD5 d9bee7de2e66a733908117b094fa1778
BLAKE2b-256 4044c44e3540f043ac9279a728f7810481a1f8f544c7eb910497b3e5f7a5e6c4

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