diff --git a/README.md b/README.md index c91d8d2..f3dc92a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install git+https://github.com/CCBR/Tools Or specify any tagged version or branch: ```sh -pip install git+https://github.com/CCBR/Tools@v0.2.4 +pip install git+https://github.com/CCBR/Tools@latest ``` ## Basic usage diff --git a/src/ccbr_tools/software.py b/src/ccbr_tools/software.py index 0512c40..e9ccd33 100644 --- a/src/ccbr_tools/software.py +++ b/src/ccbr_tools/software.py @@ -139,6 +139,7 @@ def install(self, hpc: Cluster, branch_tag=None): "xavier": Snakemake, "spacesavers2": BashTool, "permfix": BashTool, + "ccbr_tobias": Snakemake, "ccbr_tools": PythonTool, "ccbr_actions": PythonTool, "parkit": PythonTool,