Kakapo Z chromosome: CM013763.1
https://www.ncbi.nlm.nih.gov/nuccore/CM013763.1/
Kakapo W chromosome: CM013773.1
https://www.ncbi.nlm.nih.gov/nuccore/CM013773.1
Initial VCFtools v1.14 filtering: remove sex chomosomes and filtered for minimum depth of 2 & maximum depth of 30
vcftools --vcf 1_unfilt.vcf --not-chr CM013763.1 --not-chr CM013773.1 --minDP 2 --maxDP 30 --recode
For more details on VCFtools usage, see: https://vcftools.github.io/man_latest.html
vcftools --vcf unfilt.vcf --missing-indv
vcftools --vcf filt_sexchr_minmaxdp.vcf --remove-indv <name> --remove-indv <name> --remove-indv <name> --recode
vcftools --vcf maxdp30_mindp2.vcf --max-missing 0.80 --recode