Thank you! I have installed vcftools successfully.
• 0 views
•
link
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!
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.