Skip to content

Commit

Permalink
feat: bump mehari to 0.2.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored May 2, 2023
1 parent 1eda2e4 commit d3caf79
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- grch37
- grch38
mehari_version:
- "0.2.0"
- "0.2.1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- grch37
- grch38
mehari_version:
- "0.2.0"
- "0.2.1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ This repository contains scripts to build the transcript protobuf files for meha

The following explains the content and compatibility.

- mehari-data `v0.1.1`
- compatible to: mehari `v0.2.0..v0.2.1`
- `grch37` data file: `mehari-data-txs-grch37-0.1.1.bin.zst`
- cdot: `v0.2.14`
- genome release: GRCh37.p13
- VEP/ENSEMBL equivalent: `r105`
- RefSeq assembly: [GCF\_000001405.25](https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.25/)
- `grch38` data: `mehari-data-txs-grch38-0.1.1.bin.zst`
- cdot: `v0.2.14`
- genome release: GRCh38.p13
- VEP/ENSEMBL equivalent: `r109`
- RefSeq assembly: [GCF\_000001405.39](https://www.ncbi.nlm.nih.gov/assembly/GCF_000001405.39/)
- mehari-data `v0.1.0`
- compatible to: mehari `v0.2.0`
- `grch37` data file: `mehari-data-txs-grch37-0.1.0.bin.zst`
Expand Down

0 comments on commit d3caf79

Please sign in to comment.