Hi I just installed vcftools and I'm trying to get acquainted with it. However, I can't seem to open a file!
1 Is there something obviously wrong in the command line below?
**dhcp025000:~/Desktop/vcftools_0.1.6/cpp J888$ ./vcftools --vcf CEU.low_coverage.2010_07.genotypes.vcf
Error:Could not open VCF file: CEU.low_coverage.2010_07.genotypes.vcf**
2 Also, is there a way to run vcftools from bash without having to invoke the executable in each command? For example ./vcftools command
Many thanks in advance
on ~/.bashrc, add a line like this: alias commandX="/path/to/vcftools commandx"