From 534b1240ff1831e43f12e1f2814c4d3e0cdcfa4b Mon Sep 17 00:00:00 2001 From: Marten <58044494+McHaillet@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:25:38 +0100 Subject: [PATCH 1/2] readme update pytom-match-pick --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 190b4638..7140c9c2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ ![test-badge](https://github.com/SBC-Utrecht/pytom-match-pick/actions/workflows/unit-tests.yml/badge.svg?branch=main) -# PyTOM GPU template matching for cryo-ET -PyTOM's GPU template matching as a single pip plugin that can only be run from the command line. +# GPU template matching for cryo-ET -The full PyTOM repository can be found at: https://github.com/SBC-Utrecht/PyTom +GPU template matching, originally developed in [PyTom](https://github.com/SBC-Utrecht/PyTom), as a standalone pip plugin that can be run from the command line. ## Requires @@ -88,7 +87,7 @@ The following scripts are available to run with `--help` to see parameters: ## Contributing -Contributions to the project are very welcome. Feel free to make a pull request to address a specific issue. +Contributions to the project are very welcome! Feel free to make a pull request or suggest an implementation in the issues. For PR's we will gladly give you feedback on how to integrate the code. ## Citation From 52c0097002262cfd9365074720ecf6aaa78dff6f Mon Sep 17 00:00:00 2001 From: Marten <58044494+McHaillet@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:37:01 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Sander Roet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7140c9c2..782d80ed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![test-badge](https://github.com/SBC-Utrecht/pytom-match-pick/actions/workflows/unit-tests.yml/badge.svg?branch=main) # GPU template matching for cryo-ET -GPU template matching, originally developed in [PyTom](https://github.com/SBC-Utrecht/PyTom), as a standalone pip plugin that can be run from the command line. +GPU template matching, originally developed in [PyTom](https://github.com/SBC-Utrecht/PyTom), as a standalone python package that can be run from the command line. ## Requires