Skip to content

Commit

Permalink
Update binder env, db growth plot style
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Standage committed Sep 18, 2023
1 parent 9687e4b commit 0deb427
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
dependencies:
- bash_kernel
- curl
- microhapdb==0.9
- microhapdb==0.10
1 change: 1 addition & 0 deletions dbbuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def validate_paths(dbsnp_path, chain_path):
for extension in ("vcf.gz", "vcf.gz.tbi", "rsidx"):
path = Path(dbsnp_path) / f"dbSNP_GRCh{version}.{extension}"
paths.append(path)
paths.append(Path(dbsnp_path) / "refsnp-merged.csv.gz")
paths.append(Path(chain_path) / "hg19ToHg38.over.chain.gz")
paths.append(Path(chain_path) / "hg38ToHg19.over.chain.gz")
files_present = [p.is_file() for p in paths]
Expand Down
Binary file modified notebooks/db-growth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 20 additions & 10 deletions notebooks/db_growth.ipynb

Large diffs are not rendered by default.

0 comments on commit 0deb427

Please sign in to comment.