Skip to content

Commit

Permalink
feat: adding mitochondrial transcripts from ENSEMBL (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Mar 5, 2024
1 parent 510c32b commit 7852a02
Show file tree
Hide file tree
Showing 11 changed files with 2,991 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
shell: bash -l {0}

env:
MEHARI_VERSION: "0.21.0"
MEHARI_VERSION: "0.25.0"

jobs:
Build:
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 @@ -11,7 +11,7 @@ defaults:
shell: bash -l {0}

env:
MEHARI_VERSION: "0.21.0"
MEHARI_VERSION: "0.25.0"

jobs:
release-please:
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ New builds of mehari-data will be considered when
- bugs are found and make a new release necessary.

Generally, only the data for the latest mehari protobuf schema is created.

## Utility Files

As RefSeq does not contain transcripts for mitochondrial genes, we graft the ENSEMBL transcripts over.

```
# python src/cdot_extract_chrmt.py \
/tmp/cdot-0.2.23.ensembl.Homo_sapiens.GRCh37.87.gff3.json.gz \
> data/cdot-0.2.23.ensembl.chrMT.grch37.gff3.json
# python src/cdot_extract_chrmt.py \
/tmp/cdot-0.2.23.ensembl.Homo_sapiens.GRCh38.111.gff3.json.gz \
> data/cdot-0.2.23.ensembl.chrMT.grch38.gff3.json
```
Loading

0 comments on commit 7852a02

Please sign in to comment.