![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
GATK: sorting vcf file given a reference file | jorge | Bioinformatics | 4 | 01-14-2015 12:16 PM |
How to get list of column in vcf file using Vcf.pm? | jessada | Bioinformatics | 0 | 01-20-2012 07:22 AM |
Converting Dindel VCF file to GATK BED file | MolecularToast | Bioinformatics | 2 | 09-24-2011 06:38 PM |
BAM file from the 2.6 version | litali | Bioinformatics | 36 | 09-22-2011 05:20 AM |
How to interpret the field, Match Chromosome, of the export file produced by GAP? | yhchen | Bioinformatics | 0 | 03-29-2010 01:26 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: USA Join Date: Mar 2012
Posts: 4
|
![]()
Does anybody know what is the VCF version produced by samtools-0.1.6 pileup? The file produced does not have a head part, which I've checked with 'head *.vcf'.
The details in the file are like following Y 2709606 T C T 0 4 4 0 50 0 46 1 16 0 0 0 11 0 1 30 47 15 0 0 0 Y 2709625 A C A 0 4 4 0 56 0 46 1 15 0 0 0 5 0 1 30 48 14 0 0 0 If I want to convert this type of vcf files into higher version, e.g, 4.1, is there any convenient way? Or I have to do the programming by myself? Thanks. |
![]() |
![]() |
![]() |
#2 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
0.1.6 is quite old, so you most likely wont get much of an answer. Is it possible to re-run with the newest version?
|
![]() |
![]() |
![]() |
#3 |
Senior Member
Location: bethesda Join Date: Feb 2009
Posts: 700
|
![]()
It claims to be verion 4.1 ...
From bcftools directory for samtools-0.1.16 ... grep VCFv *.c vcf.c: if (has_ver == 0) fprintf(v->fpout, "##fileformat=VCFv4.1\n"); vcf.c: if (h->l_txt == 0) fprintf(v->fpout, "##fileformat=VCFv4.1\n"); |
![]() |
![]() |
![]() |
#4 |
Junior Member
Location: USA Join Date: Mar 2012
Posts: 4
|
![]()
Thanks, all. Seems no easy way could do this other than self-programming. Samtools-0.1.6 was embedded in the data process pipeline, which I can't change. So fast the version was replaced by a new one.
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|