Skip to content

Commit

Permalink
Splitting DgvSvs and DgvGoldStandardSvs on import
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 8, 2022
1 parent a36d01d commit 7c82f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.rst
Expand Up @@ -94,6 +94,7 @@ Full Change List
- Adding REST API versioning to (#333)
- Adding more postgres versions to CI (#337)
- Make migrations compatible with Postgres 14 (#338)
- DgvSvs and DgvGoldStandardSvs are two different data sources now

-------
v0.23.9
Expand Down
3 changes: 2 additions & 1 deletion importer/management/commands/import_tables.py
Expand Up @@ -63,7 +63,8 @@
"clinvar": (Clinvar,),
"dbSNP": (Dbsnp,),
"dbVar": (DbVarSv,),
"DGV": (DgvGoldStandardSvs, DgvSvs),
"DgvGoldStandardSvs": (DgvGoldStandardSvs,),
"DgvSvs": (DgvSvs,),
"ensembl_genes": (GeneInterval,),
"ensembl_regulatory": (EnsemblRegulatoryFeature,),
"ensembltogenesymbol": (EnsemblToGeneSymbol,),
Expand Down

0 comments on commit 7c82f98

Please sign in to comment.