Skip to content

Commit

Permalink
Update sORTholog version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenise committed Mar 16, 2024
1 parent bca7303 commit 6ba30c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2

0 comments on commit 6ba30c1

Please sign in to comment.