Skip to content

More Information in INFO field of final VCF file #997

@faramarzgsm

Description

@faramarzgsm

Developer team
thanks for your support.
by running this command:

docker run
-v "$OUTDIR":/output
-v "$REF_DIR":/ref
google/deepvariant:1.9.0
/opt/deepvariant/bin/run_deepvariant
--model_type=WES
--ref="/ref/$(basename "$REFERENCE")"
--reads="/output/${SAMPLE}.dedup.bam"
--output_vcf="/output/${SAMPLE}.deepvariant.vcf.gz"
--output_gvcf="/output/${SAMPLE}.deepvariant.g.vcf.gz"
--vcf_stats_report
--num_shards=$THREADS \

I see just information such as GT:GQ:DP:AD:VAF:PL in the FORMAT field.

How to run DeepVariant to add more information in the FORMAT or INFO field in the final VCF file such as blew:
AD, ADF, ADR, AF, BQ, DP, MQ, SB or more...
these information are critical for post process quality check and filtering variants which could be present in VCF v4.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions