I'm trying to clone the respository for VCFtools into GitHub and configure it. These two scripts always run successfully in GitBash:

git clone https://github.com/vcftools/vcftools.git cd vcftools

However, I cannot get the next two scripts to work:

./autogen.sh ./configure

Whenever I try the first script, I get the following error message:

matth@DESKTOP-FKTJ1JU MINGW64 ~/vcftools (master)

$ ./autogen.sh

./autogen.sh: line 3: autoreconf: command not found

All the files are in the GitHub folder on my computer (the GitHub folder is in Documents, in case that makes a difference). I need this program for my Masters thesis. Does anyone have any idea what's going on?

Please help if you can. Thanks in advance.

Similar questions and discussions