Provide an ontology via Terminology Service's API link.
Project description
termlink
Prepare an ontology and send it to the Precision Health Cloud.
Termlink is a command line client and library for uploading ontologies to LifeOmic's Precision Health Cloud. Its goal is to make uploading standardized ontologies easier and to provide utilities for uploading custom ontologies. It provides a simple command line interface for creating standard ontologies and a Python SDK for building integrations with custom ontologies.
Quickstart
Download the following tools:
Pull the latest version of TermLink from Docker Hub:
$ docker pull lifeomic/termlink
Run it.
$ docker run lifeomic/termlink --help
Import the output ontology into the Precision Health Cloud using the LifeOmic CLI:
$ docker run lifeomic/termlink ... | lo ontologies import <project>
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
The following tools are required to run TermLink:
Installing
The following steps will guide you through installing the project locally.
Clone the git
repository onto your local machine.
$ git clone git@github.com:lifeomic/termlink.git && cd ./termlink
Using Python 3, create a virtualenv
and then activate it.
$ python3 -m venv venv && source venv/bin/activate
Note: Your Python binary may be under a different name.
Check that your local version of Python is at least version 3.7 by running python --version
.
Once you have verified your version of Python is correct, run the following to download all dependencies.
$ pip install -r requirements.txt requirements-dev.txt
You now have everything you need to start developing on Termlink.
Testing
This project uses the Python nose
framework.
Unit Testing
Run unit tests with yarn
:
$ yarn test
Deployment
The project is deployed in two locations.
- PyPI: Python package.
- Docker Hub: Packaged runtime environment.
Publish a new version using the command following command:
yarn deploy
The deployment will prompt you multiple inputs.
First, you will be promoted to enter a new version, triggered by the yarn version
command. Please use SemVer versioning for incrementing versions. To learn more about why SemVer is used, see the section on Versioning below.
Second, you will be promoted for PyPI credentials. To gain write access to the PyPI package, contact one of the maintainers listed on the project page here.
Third, docker push
will run which requires that you have previously logged in using docker login
. To gain access to the Docker Hub project, contact one of the owners listed on the project page here.
Built With
- Docker: "Build, Ship, and Run Any App, Anywhere."
- Python 3: "Python is a programming language that lets you work quickly and integrate systems more effectively."
- Requests: "Requests is an elegant and simple HTTP library for Python, built for human beings."
Contributing
[TODO]
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
The following guidelines are provided on the SemVer website:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
Authors
- Taylor Steinberg - Initial work - tdstein
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT - see the LICENSE file for details.
Acknowledgments
[TODO]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file termlink-0.4.0.tar.gz
.
File metadata
- Download URL: termlink-0.4.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3af7de298f7aa64e972de4cce54a15cb0e6b2c6ebd73f7a5bd6060fd47fab922 |
|
MD5 | 96aaad78ed1967172d4beab4c7312f76 |
|
BLAKE2b-256 | b7419bf65f3facd853745c502beaea4115a35b624a758e0218b3cb6a8536d479 |
File details
Details for the file termlink-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: termlink-0.4.0-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 530e85e1aabf07ffd4c33c3a587e4e57d256139c620a5bdcd34d352735034f8f |
|
MD5 | 76dfe4ea9f67a20a410d6c43591d3db3 |
|
BLAKE2b-256 | 02a2daefa2ecc8c2d324ca68cfb5b7b2af0ac2c41104f9bc5068e860eaabb092 |