File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
v03_pipeline/migrations/annotations Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 5
5
from v03_pipeline .lib .model import DatasetType , ReferenceGenome
6
6
from v03_pipeline .lib .reference_datasets .reference_dataset import ReferenceDataset
7
7
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"
9
18
PHASE_4_CALLSET_WITH_GNOMAD_V4 = 'gs://seqr-loading-temp/phase4.seqr.gnomad_v4.vcf.gz'
10
19
11
20
You can’t perform that action at this time.
0 commit comments