Originally posted by GenoMax
View Post
kurban@kurban-X550VC:~/Desktop/SNPs/CD$ bcftools
Program: bcftools (Tools for data in the VCF/BCF formats)
Version: 0.1.17-dev (r973:277)
Usage: bcftools <command> <arguments>
Command: view print, extract, convert and call SNPs from BCF
index index BCF
cat concatenate BCFs
ld compute all-pair r^2
ldpair compute r^2 between requested pairs
2.i have tried to provide full path of bcftools:
kurban@kurban-X550VC:~/Desktop/SNPs/CD$ /usr/bin/bcftools view my.var.bcf | /usr/share/samtools/vcfutils.pl varFilter - > my.var-final.vcf
it says:
open: No such file or directory
and file my.var.bcf is in my current diractory.
but it is still not working.
Comment