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:
commit
b561febbfd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue