This is a test version of Biostars. For the public version, visit https://www.biostars.org.
vcftools - installing on MAC

I'm trying to install vcftools on mac. Looking at previous posts on this issue, I made sure I've got Mac OS X developer tools (http://www.cnet.com/how-to/install-command-line-developer-tools-in-os-x/). I followed the procedure recommended in the official documantion (https://vcftools.github.io/examples.html). When I run from the command line:

./configure.ac

I get the following errors:

./configure.ac: line 4: syntax error near unexpected token [2.63]'   
./configure.ac: line 4:AC_PREREQ([2.63])'

If I try:

./configure

It says:

-bash: ./configure: No such file or directory

as indeed there in no ./configure when I inspect the contents with:

ls

Can anyone point out where I am doing wrong. I've tried resources such as 'homebrew' but I didn't help.

Thanks a lot.

vcf vcftools

Please use the formatting bar (especially the code option) to present your post better. I've done it for you this time. Formatting bar

Hello filippo.corponi ,

Please provide some feedback on this post. Active participation and contribution is key to the forum being useful for everyone. If there is no response from you in the next 72 hours, this post will be marked as non-responsive and closed.

Hello filippo.corponi!

We believe that this post does not fit the main topic of this site.

Please see C: vcftools - installing on MAC

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

1 answer

did you really run this ?: https://github.com/vcftools/vcftools

git clone https://github.com/vcftools/vcftools.git
cd vcftools
./autogen.sh
./configure
make
make install

this requires autoreconf so first this is needed:

brew install automake

Log in to answer this question.