Skip to content

Commit 3a332a0

Browse files
authored
feat: integrating PanelApp download for annonars (#79) (#80)
1 parent 4fe6866 commit 3a332a0

File tree

19 files changed

+92
-12
lines changed

19 files changed

+92
-12
lines changed

Snakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ include: "rules/work/genes/hgnc.smk"
349349
include: "rules/work/genes/mehari_data_tx.smk"
350350
include: "rules/work/genes/ncbi.smk"
351351
include: "rules/work/genes/omim.smk"
352+
include: "rules/work/genes/panelapp.smk"
352353
include: "rules/work/genes/orphapacket.smk"
353354
include: "rules/work/genes/rcnv.smk"
354355
include: "rules/work/genes/shet.smk"

download_urls.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- url: https://panelapp.genomicsengland.co.uk/api/v1/entities/
2+
excerpt_strategy:
3+
strategy: no-excerpt
4+
count: null
5+
- url: https://panelapp.genomicsengland.co.uk/api/v1/entities/?page=2
6+
excerpt_strategy:
7+
strategy: no-excerpt
8+
count: null
9+
- url: https://panelapp.genomicsengland.co.uk/api/v1/entities/?page=3
10+
excerpt_strategy:
11+
strategy: no-excerpt
12+
count: null
13+
114
# dbNSFP v4.5a
215
- url: https://dbnsfp.s3.amazonaws.com/dbNSFP4.5a.zip
316
excerpt_strategy:
@@ -78,12 +91,12 @@
7891
- url: ftp://ftp.clinicalgenome.org/ClinGen_gene_curation_list_GRCh37.tsv
7992
- url: ftp://ftp.clinicalgenome.org/ClinGen_gene_curation_list_GRCh38.tsv
8093

81-
- url: https://storage.cloud.google.com/adult-gtex/bulk-gex/v8/rna-seq/GTEx_Analysis_v8_Annotations_SampleAttributesDS.txt
94+
- url: https://storage.googleapis.com/adult-gtex/annotations/v8/metadata-files/GTEx_Analysis_v8_Annotations_SampleAttributesDS.txt
8295
excerpt_strategy:
8396
strategy: no-excerpt
8497
count: null
8598

86-
- url: https://storage.cloud.google.com/adult-gtex/bulk-gex/v8/rna-seq/GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct.gz
99+
- url: https://storage.googleapis.com/adult-gtex/bulk-gex/v8/rna-seq/GTEx_Analysis_2017-06-05_v8_RNASeQCv1.1.9_gene_tpm.gct.gz
87100
excerpt_strategy:
88101
strategy: manual
89102
count: null

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
# Parallel (de)compression.
4242
- pigz
4343
# Varfish related
44-
- annonars =0.32.0
44+
- annonars =0.33.0
4545
- viguno =0.2.0
4646
- mehari =0.21.1
4747
- varfish-server-worker =0.10.2

excerpt-data/4c4ffa6ddc180f40/url.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:7e96d926c2e9db720d9c852898dadae9e212ee31f5f201ef94a5201ba7f2e0ed
3+
size 120

excerpt-data/4efb53cbe56f8290/url.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ff230dd9fe588feac8473e0c525a99b5a8f4629309b2899a6c5dd64b69f1102c
3+
size 124

excerpt-data/95e8d788836873e9/url.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f9399a8c284d4f3141b19a8e943618ec53c52e2523af9b8b8222d4ead0a8a633
3+
size 151718

excerpt-data/c9c7d6df0e24b954/url.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1a5d3462d70d2fdab6ac9dfa26cbac6437db26ddfc2fcb5cf0d9796cdce77d2d
3+
size 63

0 commit comments

Comments
 (0)