From aae8b92422b0041cc57fa1281f77baf6397f5ddc Mon Sep 17 00:00:00 2001 From: frapercan Date: Thu, 19 Dec 2024 15:33:34 +0100 Subject: [PATCH] doc fix --- protein_metamorphisms_is/pipelines/fantasia/README.md | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/protein_metamorphisms_is/pipelines/fantasia/README.md b/protein_metamorphisms_is/pipelines/fantasia/README.md index 8609ea8..841fed9 100644 --- a/protein_metamorphisms_is/pipelines/fantasia/README.md +++ b/protein_metamorphisms_is/pipelines/fantasia/README.md @@ -26,15 +26,13 @@ To install FANTASIA, ensure you have Python 3.8+ installed and use the following pip install protein-metamorphism-is ``` -For more details, visit the [PyPI page](https://protein-metamorphisms-is.readthedocs.io/en/latest/pipelines/fantasia.html). - --- ## Quick Start ### Prerequisites -Ensure the **Information System** is properly configured before running FANTASIA. Detailed instructions are available in the [project documentation](../../README.md). +Ensure the **Information System** is properly configured before running FANTASIA. Detailed instructions are available in the [project documentation](../../../README.md). ### Running the Pipeline diff --git a/pyproject.toml b/pyproject.toml index c614ac0..9616b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "protein_metamorphisms_is" -version = "1.4.2" +version = "1.4.3" description = "Comprehensive Python Module for Protein Data Management: Designed for streamlined integration and processing of protein information from both UniProt and PDB. Equipped with features for concurrent data fetching, robust error handling, and database synchronization." authors = ["frapercan "] readme = "README.md"