How To Run Vcftools (Simple Question)???
1
0
Entering edit mode
12.6 years ago
Ivan • 0

Hello,

After download vfctools, I did the next step:

 /my_path/vcftools_0.1.6 $ make

make[1]: Entering directory `/my_path/vcftools_0.1.6/cpp'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/my_path/vcftools_0.1.6/cpp'
make[1]: Entering directory `/my_path/vcftools_0.1.6/perl'
make[1]: Leaving directory `/my_path/vcftools_0.1.6/perl'

 my_path/vcftools_0.1.6 $ which vcftools
vcftools: Command not found.

How can I run it? What am I missing?

I will really appreciate any help

vcftools vcf • 8.8k views
ADD COMMENT
1
Entering edit mode

Run 'sudo make install' after your 'make' command?

ADD REPLY
1
Entering edit mode

I've just checked the sources: there is no "make install" in the Makefile. It just compiles the sources. ( Isn't it Aaron ? )

ADD REPLY
3
Entering edit mode
12.6 years ago

Invoke bed tools with the fullpath to bedtools:

$ /your/my_path/vcftools_0.1.6/bin/vcftool

or add the path to your $PATH variable:

$ export PATH=${PATH}:/your/my_path/vcftools_0.1.6/bin
$ vcftool
ADD COMMENT
0
Entering edit mode

I don't have the sources in front of me. I suppose the path is ".../bin/vcftools"

ADD REPLY
0
Entering edit mode

thanks a lot, I did run it!!!

ADD REPLY
0
Entering edit mode

You rock! This really helped me....Thanks

ADD REPLY

Login before adding your answer.

Traffic: 2698 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6