Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcbio.variation-0.2.1 standalone errors #26

Open
ssaif opened this issue Jan 15, 2015 · 1 comment
Open

bcbio.variation-0.2.1 standalone errors #26

ssaif opened this issue Jan 15, 2015 · 1 comment

Comments

@ssaif
Copy link

ssaif commented Jan 15, 2015

I downloaded the most recent standalone version of bcbio.variation (https://github.com/chapmanb/bcbio.variation) in order to generate a summary of concordance between two call sets and encountering some issues,

I ran the command as per the usage on page https://github.com/chapmanb/bcbio.variation, and getting errrors pointing to the vcf file formatting.

Command - java -jar /group/ngs/src/bcbio-utils/bcbio.variation-0.2.1-standalone.jar variant-utils comparetwo /ngs/oncology/analysis/dev/Dev_0071_IDT_RR_AA/141216_IDT_FFPE_16ng_5_AA/141216_D00443_0100_BHAJC1ADXX/bcbio/final/NA12878/var/NA12878-vardict.vcf /ngs/oncology/datasets/external/EXT_001_NA12878/GIAB/GiaB_NIST_v2.17/GiaB_NIST_v2.17_hg19.vcf /ngs/reference_data/genomes/Hsapiens/hg19/seq/hg19.fa /ngs/reference_data/genomes/Hsapiens/hg19/bed/Xgen-PanCancer.bed

Error - Exception in thread "main" htsjdk.tribble.TribbleException$MalformedFeatureFile: Unable to parse header with error: Your input file has a malformed header: We never saw the required CHROM header line (starting with one #) for the input VCF file, for input source: /ngs/oncology/datasets/external/EXT_001_NA12878/GIAB/GiaB_NIST_v2.17/GiaB_NIST_v2.17_hg19.vcf

I ran bcftools on this vcf and get,
bcftools view /ngs/oncology/datasets/external/EXT_001_NA12878/GIAB/GiaB_NIST_v2.17/GiaB_NIST_v2.17_hg19.vcf

fileformat=VCFv4.1

CHROM POS ID REF ALT QUAL FILTER INFO FORMAT

[bcf_sync] incorrect number of fields (0 != 5) at 0:0

I see the same for the vcf with my calls.

Thanks for your help,
Sakina

@chapmanb
Copy link
Owner

Sakina;
It sounds like something is problematic with your Genome in a Bottle file since both GATK and bcftools are complaining about it. You could use the one we distribute with bcbio:

https://s3.amazonaws.com/bcbio/giab/GiaB_NIST_RTG_v0_2.vcf.gz
https://s3.amazonaws.com/bcbio/giab/GiaB_NIST_RTG_v0_2.vcf.gz.tbi
https://s3.amazonaws.com/bcbio/giab/GiaB_NIST_RTG_v0_2_regions.bed

to see if that helps at all with the issue. Hope this helps some.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants