Skip to content

Commit

Permalink
Merge branch 'feat-annonars-fe' into feat-annonars-decipher-hi
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Nov 22, 2023
2 parents 294ef08 + 79f2207 commit d44194c
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 19 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,18 @@ The known URLs are managed in `download_urls.yml`.
# terraform apply
```

### Uploading Data to S3

For example, as follows

```
# s5cmd --dry-run --profile ext-varfish-public \
--endpoint-url https://ceph-s3-ext.cubi.bihealth.org \
sync \
'output/full/mehari/genes-txs-grch3*' \
s3://varfish-public/public/
```

### Semantic Commits

Generally, follow [Semantic Commits v1](https://www.conventionalcommits.org/en/v1.0.0/#specification), also see [examples](https://www.conventionalcommits.org/en/v1.0.0/#examples).
Expand Down
4 changes: 2 additions & 2 deletions download_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
strategy: no-excerpt
count: null

- url: https://github.com/bihealth/mehari-data-tx/releases/download/v0.2.2/mehari-data-txs-grch37-0.2.2.bin.zst
- url: https://github.com/bihealth/mehari-data-tx/releases/download/v0.3.0/mehari-data-txs-grch37-0.3.0.bin.zst
excerpt_strategy:
strategy: no-excerpt
count: null
- url: https://github.com/bihealth/mehari-data-tx/releases/download/v0.2.2/mehari-data-txs-grch38-0.2.2.bin.zst
- url: https://github.com/bihealth/mehari-data-tx/releases/download/v0.3.0/mehari-data-txs-grch38-0.3.0.bin.zst
excerpt_strategy:
strategy: no-excerpt
count: null
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
# Varfish related
- annonars =0.28.0
- viguno =0.1.6
- mehari =0.6.2
- mehari =0.18.1
- varfish-server-worker =0.10.1
# S3 uploads
- s5cmd =2.1.0

This file was deleted.

3 changes: 0 additions & 3 deletions excerpt-data/7f3ada74ad5a5b89/url.txt

This file was deleted.

Git LFS file not shown
3 changes: 3 additions & 0 deletions excerpt-data/988e607a52814735/url.txt
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions excerpt-data/a35f53fe452560ef/url.txt
Git LFS file not shown

This file was deleted.

3 changes: 0 additions & 3 deletions excerpt-data/b1bd50fe7ab9da7a/url.txt

This file was deleted.

3 changes: 0 additions & 3 deletions rules/output/annonars/genes.smk
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ rule output_annonars_genes: # -- build annonars genes RocksDB file
v_annonars=RE_VERSION,
shell:
r"""
export TMPDIR=$(mktemp -d)
trap "rm -rf $TMPDIR" EXIT
annonars gene import \
--path-out-rocksdb $(dirname {output.rocksdb_identity}) \
--path-in-acmg {input.acmg_sf} \
Expand Down
2 changes: 1 addition & 1 deletion varfish_db_downloader/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class DataVersions:
hpo="20230606",
orphapacket="10.1",
patho_mms="20220730",
mehari_tx="0.2.2",
mehari_tx="0.3.0",
clinvar_release=CLINVAR_RELEASE,
clinvar_version=CLINVAR_VERSION,
tracks="0",
Expand Down

0 comments on commit d44194c

Please sign in to comment.