Skip to content

SJShaw/bioinf-helperlibs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helperlibs README

Build Status

This library is a collection of Bioinformatics-related helper functions that I have created in the course of writing bioinformatics tools.

If I find that I want to reuse a bit of code in multiple projects, the code usually ends up in this helper library

Quickstart

The quickest way to get started using the helperlibs is to dump the helperlibs folder in the top level directory for your project.

Of course you can also install it in your Python path, by using pip install helperlibs for the latest stable release or pip install git+git://github.com/kblin/bioinf-helperlibs.git for the lastest code from git.

About

A library of bioinformatics-related helper functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%