[perl]$ ./vcf-merge 1.flt.vcf.gz 2.flt.vcf.gz 3.flt.vcf.gz 4.flt.vcf.gz 5.flt.vcf.gz 6.flt.vcf.gz 7.flt.vcf.gz 8.flt.vcf.gz 9.flt.vcf.gz 10.flt.vcf.gz 11.flt.vcf.gz | bgzip -c > merged.vcf.gz
-bash: bgzip: command not found The use of -1 for unknown number of values is deprecated, please use '.' instead. FORMAT=<ID=PL,Number=-1,Type=Integer,Description="List of="" Phred-scaled="" genotype="" likelihoods,="" number="" of="" values="" is="" (#ALT+1)*(#ALT+2)="" 2"=""> Can't exec "tabix": No such file or directory at /home/X/vcftools0.1.6/lib/Vcf.pm line 2130. The command "tabix -l 1185Euf.flt.vcf.gz" exited with an error. Is the file tabix indexed?
at /home/X/vcftools0.1.6/lib/Vcf.pm line 169 Vcf::throw('Vcf41=HASH(0x2140720)', 'The command "tabix -l 1185Euf.flt.vcf.gz" exited with an err...') called at /home/dincera/vcftools0.1.6/lib/Vcf.pm line 2131 VcfReader::getchromosomes('Vcf41=HASH(0x2140720)') called at ./vcf-merge line 141 main::initcols('HASH(0x213fb98)', 'Vcf40=HASH(0x21405a0)') called at ./vcf-merge line 221 main::mergevcffiles('HASH(0x213fb98)') called at ./vcf-merge line 12
I changed the path.
User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export PERL5LIB=/share/bin/perl:$HOME/vcftools0.1.6/lib source ~/.bashprofile
I dont know how to run ?