Don’t worry. I should have explained it better.
Do you mind if I take a look at the first 100 lines of your VCF files? If not, please run the following command and send me the vcf.gz file. Thanks!
for i in Illumina14_result/Illumina14_bwamem.merge.realn.recal.0_gatk_hc.extract.vcf Illumina14_result/Illumina14_bwamem.merge.recal.0_gatk_hc.extract.vcf Illumina14_result/Illumina14_bwamem.merge.0_samtools.extract.vcf Illumina14_result/Illumina14_bwamem.merge.0_varscan.extract.vcf; do perl -ne 'BEGIN{print "<<",$ARGV[0],">>\n"}if(/^#/){print}else{print if $c++<100}' $i;done | gzip -9 > vcf.gz
> On Dec 2, 2016, at 2:40 PM, Leticia Barraza <
barraza....@gmail.com> wrote:
>
> I´m sorry, do you mean these two?
> Illumina14_bwamem.merge.realn.recal.0_gatk_hc_var_stat.txt
> Illumina14_bwamem.merge.recal.0_gatk_hc_var_stat.txt
>
> Sorry if I do not understand many things.
>
> Regards.