-
Notifications
You must be signed in to change notification settings - Fork 759
Description
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.