Skip to content

Commit

Permalink
Merge pull request #54 from ccb-hms/development
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
rsgoncalves authored Jun 5, 2024
2 parents a97c99c + e14c1fc commit 02b1fa2
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>
<h4>A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies</h4>

<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 02b1fa2

Please sign in to comment.