Thanks! I'm getting a different error now:
/ifshome/pbhatt/vcftools_0.1.10/bin/vcf-merge *.vcf > combinedVCF.vcf.gz
Broken VCF header, no column names?
at /ifshome/pbhatt/vcftools_0.1.10/lib/perl5/site_perl//Vcf.pm line 177
Vcf::throw('Vcf4_1=HASH(0xbb1f280)', 'Broken VCF header, no column names?') called at /ifshome/pbhatt/vcftools_0.1.10/lib/perl5/site_perl//Vcf.pm line 869
VcfReader::_read_column_names('Vcf4_1=HASH(0xbb1f280)') called at /ifshome/pbhatt/vcftools_0.1.10/lib/perl5/site_perl//Vcf.pm line 604
VcfReader::parse_header('Vcf4_1=HASH(0xbb1f280)') called at /ifshome/pbhatt/vcftools_0.1.10/bin/vcf-merge line 181
main::init_cols('HASH(0xbb18a10)', 'Vcf4_1=HASH(0xbb19380)') called at /ifshome/pbhatt/vcftools_0.1.10/bin/vcf-merge line 277
main::merge_vcf_files('HASH(0xbb18a10)') called at /ifshome/pbhatt/vcftools_0.1.10/bin/vcf-merge line 12
Not sure what this is either... sorry I'm very new to this.
the error message is telling you that vcftools is not installed properly. How did you install it? In which system you are working?
I'm installing on a linux environment. I downloaded the tarball from the vcftools website (version 0.1.10), unpacked it, cd'd into the vcftools directory, and typed "make". What am I missing? Thanks. http://vcftools.sourceforge.net/docs.html#install