Skip to content

Commit 026631f

Browse files
committed
comment
1 parent e8d9616 commit 026631f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

v03_pipeline/migrations/annotations/0004_add_gnomad_svs.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55
from v03_pipeline.lib.model import DatasetType, ReferenceGenome
66
from v03_pipeline.lib.reference_datasets.reference_dataset import ReferenceDataset
77

8-
# This vcf was generated with the gatk command
8+
# This vcf was generated with the gatk command:
9+
#
10+
# gatk SVConcordance --verbosity DEBUG --evaluation /var/seqr/phase4.seqr.gnomad_v4_tmp.vcf.gz
11+
# --truth /var/seqr/gnomad.v4.1.sv.sites.modified.vcf.bgz
12+
# --sequence-dictionary gs://gcp-public-data--broad-references/hg38/v0/Homo_sapiens_assembly38.dict
13+
#
14+
# Followed by:
15+
# bcftools annotate --rename-annots /var/seqr/remap /var/seqr/phase4.seqr.gnomad_v4_tmp.vcf.gz | bgzip > /var/seqr/phase4.seqr.gnomad_v4.vcf.gz
16+
#
17+
# where remap contains "INFO/TRUTH_VID GNOMAD_V4.1_TRUTH_VID"
918
PHASE_4_CALLSET_WITH_GNOMAD_V4 = 'gs://seqr-loading-temp/phase4.seqr.gnomad_v4.vcf.gz'
1019

1120

0 commit comments

Comments
 (0)