A handy package to read VCF file
| Version: | 2.0 |
| Published: | 2013-03-15 |
| Author: | Xiaowei Zhan and Dajiang Liu, with contributions of Jean-loup Gailly and Mark Adler(they wrote zlib and provide license so we include zlib source code), Julian Seward (this author wrote bzip2 and with BSD license we include bzip2 source codes) and Heng Li (this author wrote tabix and with MIT license we include tabix source codes). |
| Maintainer: | Xiaowei Zhan <zhanxw at gmail.com> |
| License: | GPL |
| 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 license). 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, Heng Li <lh3@live.co.uk> (MIT license). We removed standard IO related functions, e.g. printf, fprintf ; also changed its un-safe pointer arithmetics. |
| URL: | http://zhanxw.com/vcf2geno |
| NeedsCompilation: | yes |
| CRAN checks: | vcf2geno results |
| Package source: | vcf2geno_2.0.tar.gz |
| MacOS X binary: | vcf2geno_2.0.tgz |
| Windows binary: | vcf2geno_2.0.zip |
| Reference manual: | vcf2geno.pdf |
| News/ChangeLog: | ChangeLog |
| Old sources: | vcf2geno archive |
| Reverse depends: | STARSEQ |