Updated gsalib version to 2.1 for resubmitting with updated license to CRAN

This commit is contained in:
Geraldine Van der Auwera 2014-12-09 16:19:38 -05:00
parent bf2911d62c
commit 45eddb4ecb
2 changed files with 7 additions and 8 deletions

View File

@ -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 <vdauwera@broadinstitute.org>
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

View File

@ -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.