Skip to content

A collection of Python classes to handle bioinformatics data.

License

Notifications You must be signed in to change notification settings

yqwu1983/bioformats

Repository files navigation

Travis PyPI Code Health Coveralls

bioformats

A collection of routines and related Python classes to handle bioinformatics data.

Installation

We recommend to install bioformats via pip:

pip install bioformats

pip automatically resolves bioformats dependencies and installs required packages.

Usage

The package tools are called via the main wrapper script bioformats. For example, one may get the genotype count table from a VCF file by calling the vcfgeno2bed tool in the following way:

bioformats vcfgeno2bed variants.vcf genotype_counts.txt

For every tool, the help message is available by using the -h option. Also one may get the list of the package tools by calling bioformats with the -h option.

About

A collection of Python classes to handle bioinformatics data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published