From 2eb1615c4b77e6f29b4a29a81bee0d4b140f004c Mon Sep 17 00:00:00 2001 From: Manuel Lera Ramirez Date: Fri, 1 Sep 2023 10:55:12 +0200 Subject: [PATCH] fix gh to use poetry --- .github/workflows/deploy.yml | 8 ++++++-- docs/faqs.md | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 45e1d8c..ccbe922 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,5 +20,9 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force + - run: | + python -m pip install --upgrade pip + pip install poetry + poetry config virtualenvs.create false + poetry install --no-dev + mkdocs gh-deploy --force diff --git a/docs/faqs.md b/docs/faqs.md index 4e3cab6..9e11b66 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -44,3 +44,9 @@ Rescues can correspond to different types of genetic interactions depending on t ### Does the order of genes in physical interaction matters. In most cases, it does. Visit the [physical interaction page](./physical_interaction.md) + +## Other + +### Can I submit high-throughput datasets? + +Yes, but not through Canto. See [PomBase Data Submission](https://www.pombase.org/submit-data).