Skip to content

Commit

Permalink
Update README and GH Action name
Browse files Browse the repository at this point in the history
  • Loading branch information
rsgoncalves committed Jun 5, 2024
1 parent 37e2605 commit dbad8a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: GitHub Unit Testing
name: Tests
run-name: Unit Testing on ${{ github.event_name }}

on:
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# *text2term* ontology mapper
A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies.
<div align="center">
<h1>text2term</h1>
<h5>A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies.</h5>

<a href="https://pypi.org/project/text2term">
<img alt="PyPI" src="https://img.shields.io/pypi/v/text2term" />
</a>
<a href="https://github.com/ccb-hms/ontology-mapper/blob/main/LICENSE">
<img alt="PyPI - License" src="https://img.shields.io/pypi/l/text2term" />
</a>
<a href="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml">
<img alt="Tests" src="https://github.com/ccb-hms/ontology-mapper/actions/workflows/github_test.yml/badge.svg" />
</a>
</div>

## Installation
Install package using **pip**:
Expand Down

0 comments on commit dbad8a3

Please sign in to comment.