Skip to content

Commit dbad8a3

Browse files
committed
Update README and GH Action name
1 parent 37e2605 commit dbad8a3

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/github_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: GitHub Unit Testing
4+
name: Tests
55
run-name: Unit Testing on ${{ github.event_name }}
66

77
on:

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# *text2term* ontology mapper
2-
A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies.
1+
<div align="center">
2+
<h1>text2term</h1>
3+
<h5>A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies.</h5>
4+
5+
<a href="https://pypi.org/project/text2term">
6+
<img alt="PyPI" src="https://img.shields.io/pypi/v/text2term" />
7+
</a>
8+
<a href="https://github.com/ccb-hms/ontology-mapper/blob/main/LICENSE">
9+
<img alt="PyPI - License" src="https://img.shields.io/pypi/l/text2term" />
10+
</a>
11+
<a href="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml">
12+
<img alt="Tests" src="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml/badge.svg" />
13+
</a>
14+
</div>
315

416
## Installation
517
Install package using **pip**:

0 commit comments

Comments
 (0)