From 0cabb2cfaad9eace7989f781790eafcba9d1007f Mon Sep 17 00:00:00 2001 From: Filip Rehburg <43171336+frehburg@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:41:01 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f6c9abc..a22b0ae 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,12 @@ gap between the bespoke tabular data formats and the Phenopacket schema by makin and easy to use. ## Features - -- **Quickstart**: Generate a Jupyter notebook with sample code to get started. -- **Modeling**: Create a data model for your bespoke tabular data format to facilitate loading and parsing the data. -- **Mapping**: Execute the mapping from a bespoke tabular data format to the Phenopacket schema. -- **Validation**: Validate phenopackets against the schema. +Please read the [latest documentation](https://bih-cei.github.io/phenopacket_mapper/latest/introduction.html). ## Installation -1. Install Python 3.10 or higher. -2. Create a virtual environment and activate it. -3. Clone this repository. -4. Navigate to the repository root. -5. Run the following command in a terminal to install the package: - `pip install .` +Please read the [latest documentation](https://bih-cei.github.io/phenopacket_mapper/latest/installation.html). + ## User Guides