From 149f166681e4fd3d3532474d0992556d373bf43a Mon Sep 17 00:00:00 2001 From: Manuel Lera-Ramirez Date: Fri, 17 May 2024 15:48:44 +0100 Subject: [PATCH] closes https://github.com/pombase/website/issues/2177 and fix pypoetry.toml --- docs/phenotypes.md | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/phenotypes.md b/docs/phenotypes.md index c61f79a..cc9ab40 100644 --- a/docs/phenotypes.md +++ b/docs/phenotypes.md @@ -3,7 +3,7 @@ hide: - toc --- -!!! info "To make phenotype annotations, you need to add genotypes first: see [how to add genotypes](./genes_alleles_genotypes.md)" +!!! info "To make phenotype annotations, you need to add genotypes first: see [how to add genotypes](./genotype_management.md)" ## Video summary @@ -17,7 +17,7 @@ hide: On the `Quick Links` list, click on `Phenotype` to open a window that requires you to indicate: - * **Genotype:** you can choose from the genotypes added to the session from a dropdown (see [how to add genotypes](./genes_alleles_genotypes.md)). Click on the magnifying glass on the right to use a search box instead of a drop-down menu. + * **Genotype:** you can choose from the genotypes added to the session from a dropdown (see [how to add genotypes](./genotype_management.md)). Click on the magnifying glass on the right to use a search box instead of a drop-down menu. * **Term name:** a FYPO term describing the phenotype associated with the genotype you selected above. * Start typing a phenotype in the search box. If you do not find the precise phenotype you are looking for, choose a broad term (e.g. abnormal spindle) that can be refined later. * Click the chosen term, and verify that the displayed definition describes the phenotype you want to annotate. There is sometimes a "Comment" section with extra tips for annotation. diff --git a/pyproject.toml b/pyproject.toml index 7a944ea..ba732f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ authors = ["Manuel Lera Ramirez "] description = "" name = "canto_tutorial" version = "0.1.0" +package-mode = false [tool.poetry.dependencies] python = "^3.9"