Open hjbreg opened 5 years ago
git clone --depth 1 https://github.com/vcftools/vcftools.git
cd vcftools/src/cpp/
ver=$(cat ../../.tarball-version)
g++ *.cpp bgzf.c -o vcftools-$ver -DPACKAGE_VERSION=\"$ver\" -s -O2 -lz
vcftools-0.1.17 --vcf gt.vcf --SNPdensity 1000000
https://vcftools.github.io/