diff --git a/public/gsalib/src/R/DESCRIPTION b/public/gsalib/src/R/DESCRIPTION index 8f5c05c7d..ff535e221 100644 --- a/public/gsalib/src/R/DESCRIPTION +++ b/public/gsalib/src/R/DESCRIPTION @@ -1,12 +1,11 @@ Package: gsalib Type: Package -Title: Utility functions for GATK -Version: 2.0 -Date: 2013-07-02 +Title: Utility Functions For GATK +Version: 2.1 +Date: 2014-12-09 Author: Kiran Garimella Maintainer: Geraldine Van der Auwera -Description: Utility functions for GATK analyses of genome sequence - data +Description: This package contains utility functions used by the Genome Analysis Toolkit (GATK) to load tables and plot data. The GATK is a toolkit for variant discovery in high-throughput sequencing data. License: MIT + file LICENSE LazyLoad: yes Packaged: 2013-07-02 07:56:13 UTC; gege diff --git a/public/gsalib/src/R/man/gsalib-package.Rd b/public/gsalib/src/R/man/gsalib-package.Rd index 733ae919a..c758be138 100644 --- a/public/gsalib/src/R/man/gsalib-package.Rd +++ b/public/gsalib/src/R/man/gsalib-package.Rd @@ -12,9 +12,9 @@ Utility functions for analysis of genome sequence data with the GATK \tabular{ll}{ Package: \tab gsalib\cr Type: \tab Package\cr -Version: \tab 1.0\cr -Date: \tab 2013-07-01\cr -License: \tab What license is it under?\cr +Version: \tab 2.1\cr +Date: \tab 2014-12-09\cr +License: \tab MIT\cr LazyLoad: \tab yes\cr } This package is primarily meant to be used programmatically by GATK tools. However the gsa.read.gatkreport() function can be used to easily read in data from a GATKReport. A GATKReport is a multi-table document generated by GATK tools.