This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Install "Vcftools" On Mac Os X 10.6.7

I have download the vcftools package and decompressed in my Mac. According to http://vcftools.sourceforge.net/docs.html#install I typed "make" in the vcftools folder to install using terminal program, but "-bash: make: command not found" was shown on terminal! Why? Who can help me? thank you!

vcf vcftools installation error

1 answer

I am assuming that you have not installed the OSX Developer Tools. Type gcc -v and I'll bet that command won't be found either. After you install the tools make, gcc etc should be available.

Thank you! I have installed vcftools successfully.

Log in to answer this question.