Merge pull request #784 from broadinstitute/gg_update_gsalib_version

Updated gsalib version to 2.1 for resubmitting with updated license to C...
This commit is contained in:
Geraldine Van der Auwera 2014-12-10 13:23:47 -05:00
commit b561febbfd
2 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,11 @@
Package: gsalib Package: gsalib
Type: Package Type: Package
Title: Utility functions for GATK Title: Utility Functions For GATK
Version: 2.0 Version: 2.1
Date: 2013-07-02 Date: 2014-12-09
Author: Kiran Garimella Author: Kiran Garimella
Maintainer: Geraldine Van der Auwera <vdauwera@broadinstitute.org> Maintainer: Geraldine Van der Auwera <vdauwera@broadinstitute.org>
Description: Utility functions for GATK analyses of genome sequence 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.
data
License: MIT + file LICENSE License: MIT + file LICENSE
LazyLoad: yes LazyLoad: yes
Packaged: 2013-07-02 07:56:13 UTC; gege Packaged: 2013-07-02 07:56:13 UTC; gege

View File

@ -12,9 +12,9 @@ Utility functions for analysis of genome sequence data with the GATK
\tabular{ll}{ \tabular{ll}{
Package: \tab gsalib\cr Package: \tab gsalib\cr
Type: \tab Package\cr Type: \tab Package\cr
Version: \tab 1.0\cr Version: \tab 2.1\cr
Date: \tab 2013-07-01\cr Date: \tab 2014-12-09\cr
License: \tab What license is it under?\cr License: \tab MIT\cr
LazyLoad: \tab yes\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. 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.