Package: vcf2geno
Type: Package
Title: Efficiently Read Variant Call Format (VCF) into R
Version: 1.3
Date: 2012-08-28
Author: Xiaowei Zhan <zhanxw@gmail.com> and Dajiang Liu
        <dajiang.liu@gmail.com>, with contributions of Jean-loup Gailly
        <jloup@gzip.org> and Mark Adler
        <madler@alumni.caltech.edu>(they wrote zlib and provide license
        so we include zlib source code), Julian Seward
        <jseward@bzip.org> (this author wrote bzip2 and with BSD
        license we include bzip2 source codes) and Heng Li
        <lh3@live.co.uk> (this author wrote tabix and with MIT license
        we include tabix source codes).
Maintainer: Xiaowei Zhan <zhanxw@gmail.com>
Description: A handy package to read VCF file
Copyright: We have used the following software and made minimal
        necessary changes: Zlib, Jean-loup Gailly <jloup@gzip.org> and
        Mark Adler <madler@alumni.caltech.edu> (License:
        http://zlib.net/zlib_license.html). We have changed its source
        code to not inlcuding stdio.h, and explicitly includes unistd.h
        heade file. Bzip2 * Julian Seward <jseward@bzip.org> (BSD). We
        have renamed compress.c to bzCompress.c to avoid name collision
        with zlib.h, and its license files are renamed to bzip2.README
        and bzip2.LICENSE Tabix (MIT) * Heng Li <lh3@live.co.uk>. We
        removed standard IO related functions, e.g. printf, fprintf ;
        also changed its un-safe pointer arithmetics.
License: MIT
URL: http://zhanxw.com/
Collate: 'vcf2geno.R'
Packaged: 2012-08-28 23:37:17 UTC; zhanxw
Repository: CRAN
Date/Publication: 2012-08-29 05:11:46
