Skip to content

Commit

Permalink
updating expansionhunter database
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Apr 27, 2023
1 parent 5096eff commit da95004
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 31 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Adds retroseq for mobile element detection

### Databases

- expansionhunter variant catalog: v4.0.2 -> v5.0.0

### Tools

- RetroSeq: 9d4f3b5
Expand Down
2 changes: 1 addition & 1 deletion definitions/rd_dna_parameters.yaml
Expand Up @@ -880,7 +880,7 @@ expansionhunter_variant_catalog_file_path:
associated_recipe:
- expansionhunter
data_type: SCALAR
default: grch37_expansionhunter_variant_catalog_-4.0.2-.json
default: grch37_expansionhunter_variant_catalog_-5.0.0-.json
exists_check: file
is_reference: 1
reference: reference_dir
Expand Down
45 changes: 15 additions & 30 deletions templates/mip_download_rd_dna_config_-1.0-.yaml
Expand Up @@ -41,9 +41,8 @@ reference:
- 20150915
- 20200310
expansionhunter:
- 3.0.1
- 3.1.2
- 4.0.2
- 5.0.0
gatk_mitochondrial_ref:
- v0_m_amb
- v0_m_ann
Expand Down Expand Up @@ -445,49 +444,35 @@ reference_feature:
url_prefix: https://raw.githubusercontent.com/dellytools/delly/master/excludeTemplates/
expansionhunter:
grch37:
3.0.1:
file: variant_catalog_grch37.json
file_check: variant_catalog_grch37.json.md5
outfile: grch37_expansionhunter_variant_catalog_-3.0.1-.json
outfile_check: grch37_expansionhunter_variant_catalog_-3.0.1-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v3.0.1/
3.1.2:
file: variant_catalog_grch37.json
file_check: variant_catalog_grch37.json.md5
outfile: grch37_expansionhunter_variant_catalog_-3.1.2-.json
outfile_check: grch37_expansionhunter_variant_catalog_-3.1.2-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v3.1.2/
4.0.2:
file: variant_catalog_grch37.json
file_check: variant_catalog_grch37.json.md5
outfile: grch37_expansionhunter_variant_catalog_-4.0.2-.json
outfile_check: grch37_expansionhunter_variant_catalog_-4.0.2-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v4.0.2/
grch38:
3.0.1:
file: variant_catalog_grch38.json
file_check: variant_catalog_grch38.json.md5
outfile: grch38_expansionhunter_variant_catalog_-3.0.1-.json
outfile_check: grch38_expansionhunter_variant_catalog_-3.0.1-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v3.0.1/
3.1.2:
file: variant_catalog_hg38.json
file_check: variant_catalog_hg38.json.md5
outfile: grch38_expansionhunter_variant_catalog_-3.1.2-.json
outfile_check: grch38_expansionhunter_variant_catalog_-3.1.2-.json.md5
5.0.0:
file: variant_catalog_grch37.json
file_check: variant_catalog_grch37.json.md5
outfile: grch37_expansionhunter_variant_catalog_-5.0.0-.json
outfile_check: grch37_expansionhunter_variant_catalog_-5.0.0-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v3.1.2/
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v5.0.0/
grch38:
4.0.2:
file: variant_catalog_hg38.json
file_check: variant_catalog_hg38.json.md5
outfile: grch38_expansionhunter_variant_catalog_-4.0.2-.json
outfile_check: grch38_expansionhunter_variant_catalog_-4.0.2-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v4.0.2/
5.0.0:
file: variant_catalog_hg38.json
file_check: variant_catalog_hg38.json.md5
outfile: grch38_expansionhunter_variant_catalog_-5.0.0-.json
outfile_check: grch38_expansionhunter_variant_catalog_-5.0.0-.json.md5
outfile_check_method: md5sum
url_prefix: https://raw.githubusercontent.com/Clinical-Genomics/reference-files/master/rare-disease/disease_loci/ExpansionHunter-v5.0.0/
gatk_mitochondrial_ref:
grch38:
v0_m_amb:
Expand Down

0 comments on commit da95004

Please sign in to comment.