Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 466 Bytes

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/