From 6ba30c16fc926ca1d2f8acf2f11902c7c5ded594 Mon Sep 17 00:00:00 2001 From: Remi Denise Date: Sat, 16 Mar 2024 12:00:21 +0000 Subject: [PATCH] Update sORTholog version to 0.6.2 --- Readme.md | 4 ++-- config/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index e0df215..daf4cd2 100644 --- a/Readme.md +++ b/Readme.md @@ -63,13 +63,13 @@ cd path/to/sORTholog Second, run (if your are in the sORTholog directory) ```shell -snakedeploy deploy-workflow https://github.com/vdclab/sORTholog . --tag 0.6.1 +snakedeploy deploy-workflow https://github.com/vdclab/sORTholog . --tag 0.6.2 ``` else, run ```shell -snakedeploy deploy-workflow https://github.com/vdclab/sORTholog path/to/sORTholog --tag 0.6.1 +snakedeploy deploy-workflow https://github.com/vdclab/sORTholog path/to/sORTholog --tag 0.6.2 ``` Snakedeploy will create two folders `workflow` and `config`. The former contains the deployment of the chosen workflow as a [Snakemake module](https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html#using-and-combining-pre-exising-workflows), the latter contains configuration files which will be modified in the next step in order to configure the workflow to your needs. Later, when executing the workflow, Snakemake will automatically find the main `Snakefile` in the `workflow` subfolder. diff --git a/config/VERSION b/config/VERSION index 7ceb040..b1d7abc 100644 --- a/config/VERSION +++ b/config/VERSION @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.6.2 \ No newline at end of file