Skip to content

Commit

Permalink
added coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Jan 17, 2024
1 parent 625d274 commit 0c0d95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<!--
<a href="https://app.travis-ci.com/github/openvax/pyensembl">
<img src="https://app.travis-ci.com/openvax/pyensembl.svg?branch=master" alt="Build Status" />
</a>
-->
<!--
<a href="https://coveralls.io/github/openvax/pyensembl?branch=master">
<img src="https://coveralls.io/repos/openvax/pyensembl/badge.svg?branch=master&service=github" alt="Coverage Status" />
</a>
-->

[![Tests](https://github.com/openvax/pyensembl/actions/workflows/tests.yml/badge.svg)](https://github.com/openvax/pyensembl/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/openvax/pyensembl/badge.svg?branch=master)](https://coveralls.io/github/openvax/pyensembl?branch=master)
<a href="https://pypi.python.org/pypi/pyensembl/">
<img src="https://img.shields.io/pypi/v/pyensembl.svg?maxAge=1000" alt="PyPI" />
</a>
Expand Down Expand Up @@ -104,13 +94,13 @@ data = EnsemblRelease(release=100, species='drosophila_melanogaster')

## Data structures

### Gene
### Gene

```python
gene = genome.gene_by_id(gene_id='FBgn0011747')
```

### Transcript
### Transcript

```python
transcript = gene.transcripts[0]
Expand Down
2 changes: 1 addition & 1 deletion pyensembl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.7"
__version__ = "2.3.8"

0 comments on commit 0c0d95c

Please sign in to comment.