From dbad8a3f50eeac28e5683d11f54a44d533e067c0 Mon Sep 17 00:00:00 2001 From: Rafael Goncalves Date: Wed, 5 Jun 2024 15:06:01 -0400 Subject: [PATCH 1/2] Update README and GH Action name --- .github/workflows/github_test.yml | 2 +- README.md | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_test.yml b/.github/workflows/github_test.yml index 947449f..bab1088 100644 --- a/.github/workflows/github_test.yml +++ b/.github/workflows/github_test.yml @@ -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: diff --git a/README.md b/README.md index d8c474b..fea4dc8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ -# *text2term* ontology mapper -A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies. +
+

text2term

+
A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies.
+ + + PyPI + + + PyPI - License + + + Tests + +
## Installation Install package using **pip**: From e14c1fce15c103f5a0f506ffd8b4188f20c9d068 Mon Sep 17 00:00:00 2001 From: Rafael Goncalves Date: Wed, 5 Jun 2024 15:07:45 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea4dc8..416e5e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

text2term

-
A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies.
+

A tool for mapping free-text descriptions of (biomedical) entities to controlled terms in ontologies

PyPI