File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
3
3
4
- name : GitHub Unit Testing
4
+ name : Tests
5
5
run-name : Unit Testing on ${{ github.event_name }}
6
6
7
7
on :
Original file line number Diff line number Diff line change 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 >
3
15
4
16
## Installation
5
17
Install package using ** pip** :
You can’t perform that action at this time.
0 commit comments