@@ -85,7 +85,6 @@ rule all:
85
85
# == work directory =====================================================================
86
86
#
87
87
# genes
88
- f"work/download/genes/clingen/{ DV .clingen_gene } /clingen.csv" ,
89
88
f"work/download/genes/rcnv/2022/Collins_rCNV_2022.dosage_sensitivity_scores.tsv.gz" ,
90
89
f"work/download/genes/orphapacket/{ DV .orphapacket } /orphapacket.tar.gz" ,
91
90
f"work/genes/dbnsfp/{ DV .dbnsfp } /genes.tsv.gz" ,
@@ -99,6 +98,9 @@ rule all:
99
98
f"work/genes/orphapacket/{ DV .orphapacket } +{ DV .today } /orpha_diseases.tsv" ,
100
99
"work/genes/rcnv/2022/rcnv_collins_2022.tsv" ,
101
100
"work/genes/shet/2019/shet_weghorn_2019.tsv" ,
101
+ f"work/genes/clingen/{ DV .today } /ClinGen_gene_curation_list_GRCh37.tsv" ,
102
+ f"work/genes/clingen/{ DV .today } /ClinGen_gene_curation_list_GRCh38.tsv" ,
103
+ "work/genes/domino/20190219/domino.tsv" ,
102
104
# reference-specific annotations
103
105
# -- background/population sequence variants and annotations thereof
104
106
# ---- GRCh37
@@ -132,7 +134,6 @@ rule all:
132
134
f"work/annos/grch38/features/cons/{ DV .ucsc_cons_38 } /ucsc_conservation.tsv" ,
133
135
f"work/annos/grch38/features/ensembl/{ DV .ensembl_38 } /ensembl_genes.bed.gz" ,
134
136
f"work/annos/grch38/features/refseq/{ DV .refseq_38 } /refseq_genes.bed.gz" ,
135
- # f"work/annos/grch38/features/clingen_dosage/{DV.today}/clingen_dosage_sensitivity_regions.bed.gz",
136
137
#
137
138
# == output directory ===================================================================
138
139
#
@@ -163,9 +164,6 @@ rule all:
163
164
# ----- conservation
164
165
f"output/full/annonars/cons-grch37-{ DV .ucsc_cons_37 } +{ PV .annonars } /rocksdb/IDENTITY" ,
165
166
f"output/full/annonars/cons-grch38-{ DV .ucsc_cons_38 } +{ PV .annonars } /rocksdb/IDENTITY" ,
166
- # ----- features
167
- f"output/full/annonars/clingen-dosage-grch37/{ DV .today } /clingen_region_curation_list.bed.gz" ,
168
- f"output/full/annonars/clingen-dosage-grch38/{ DV .today } /clingen_region_curation_list.bed.gz" ,
169
167
# ----- genes
170
168
f"output/full/annonars/genes-{ DV .acmg_sf } +{ DV .gnomad_constraints } +{ DV .dbnsfp } +{ DV .hpo } +{ DV .orphapacket } +{ DV .today } +{ PV .annonars } /rocksdb/IDENTITY" ,
171
169
# -- worker data
@@ -341,11 +339,12 @@ include: "rules/work/genes/omim.smk"
341
339
include : "rules/work/genes/orphapacket.smk"
342
340
include : "rules/work/genes/rcnv.smk"
343
341
include : "rules/work/genes/shet.smk"
342
+ include : "rules/work/genes/domino.smk"
343
+ include : "rules/work/genes/clingen.smk"
344
344
# Reference sequence--related rules.
345
345
include : "rules/work/reference/human.smk"
346
346
# Features (position and not variant specific).
347
347
include : "rules/work/annos/features/cons.smk"
348
- include : "rules/work/annos/features/clingen_dosage.smk"
349
348
include : "rules/work/annos/features/ensembl.smk"
350
349
include : "rules/work/annos/features/refseq.smk"
351
350
include : "rules/work/annos/features/tads.smk"
@@ -381,8 +380,6 @@ include: "rules/output/annonars/gnomad_genomes.smk"
381
380
include : "rules/output/annonars/gnomad_mtdna.smk"
382
381
include : "rules/output/annonars/helix.smk"
383
382
include : "rules/output/annonars/genes.smk"
384
- # ------ features
385
- include : "rules/output/annonars/clingen_dosage.smk"
386
383
# ---- worker
387
384
include : "rules/output/worker/patho_mms.smk"
388
385
include : "rules/output/worker/clinvar.smk"
0 commit comments