Skip to content

Python utility functions for reading GATK Report files into pandas DataFrames

License

Notifications You must be signed in to change notification settings

myourshaw/gsalib

Repository files navigation

gsalib

A Python version of the R gsalib library of utility functions for GATK, specifically for reading GATK Report files into pandas DataFrames. See https://github.com/broadinstitute/gsalib.

Installation

pip install gsalib

Usage

from gsalib import GatkReport

report = GatkReport('/path/to/gsalib/test/test_v1.0_gatkreport.table')
table = report.tables['ExampleTable']

Documentation

https://gsalib.readthedocs.io/en/latest/

About

Python utility functions for reading GATK Report files into pandas DataFrames

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages