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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for genbank-0.5.tar.gz
Algorithm Hash digest
SHA256 78054fff54cba04f16132b495ecd00281affdb6efec29ee48295f5cb87f0dc1d
MD5 6f397484ba6284ae4f57162c146b5313
BLAKE2b-256 e60180c7ea5e7daaba6c2937d632f3190e84ea069bfa5eabc5d83d9a79ea5560

See more details on using hashes here.

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

Hashes for genbank-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6ba707ce8ba99e1440d4d0edb81a391311091e36de1ca4afdc22f0dfb562cd7a
MD5 6aa4252da22e0ca58c49e087af4168b2
BLAKE2b-256 540e3f7eefb65d4497180cc06d71002d0c4c8705a6c4488c7b09d2e6f8fa445b

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