Skip to content

matthieu-bruneaux/pygenbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'Docs' 'Build status' 'Coverage'

Description

Python tool to provide a simple interface to NCBI's GenBank database.

The code is written for Python 2.7.

PyGenBank is built on top of Biopython and can be used to perform a search on GenBank and download records.

Installation

To install the module and the command line tools, type:

sudo pip install git+https://github.com/matthieu-bruneaux/pygenbank

You can test if the installation worked with:

pygenbank-search -h
pygenbank-extract-CDS -h

and from Python:

import genbank as gb
dir(gb)

To remove the module and the command line tools, type:

sudo pip uninstall pygenbank

Documentation

Documentation for the project is available on Read the Docs.

About

Simple Python tool to access NCBI's GenBank server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published