]> git.donarmstrong.com Git - samtools.git/commit
move bcftools to samtools
authorHeng Li <lh3@live.co.uk>
Wed, 4 Aug 2010 01:04:00 +0000 (01:04 +0000)
committerHeng Li <lh3@live.co.uk>
Wed, 4 Aug 2010 01:04:00 +0000 (01:04 +0000)
commitfd187467e3c5f026a4d934c5b0cb68a42939f6e1
tree7780e653541c773b6420fa41c0f1186b869bf504
parent3fbc368099a3f5de92b73d621495ad0c2f90c214
move bcftools to samtools
12 files changed:
Makefile
bcf.c [deleted file]
bcf.h [deleted file]
bcftools/Makefile [new file with mode: 0644]
bcftools/bcf.c [new file with mode: 0644]
bcftools/bcf.h [new file with mode: 0644]
bcftools/bcfutils.c [new file with mode: 0644]
bcftools/index.c [new file with mode: 0644]
bcftools/main.c [new file with mode: 0644]
bcftools/prob1.c [new file with mode: 0644]
bcftools/prob1.h [new file with mode: 0644]
bcftools/vcfout.c [new file with mode: 0644]