Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix README and workflow #201

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# the `gh-pages` branch of the same repository.
jobs:
deploy-book:
if: github.repository == SBC-Utrecht/pytom-match-pick
if: github.repository == 'SBC-Utrecht/pytom-match-pick'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@

# pytom-match-pick: GPU template matching for cryo-ET

GPU template matching, originally developed in [PyTom](https://github.
com/SBC-Utrecht/PyTom), as a standalone python package that is run from the command
line.
GPU template matching, originally developed in [PyTom](https://github.com/SBC-Utrecht/PyTom),
as a standalone python package that is run from the command line.

![cover_image](docs/images/tomo200528_100_illustration.png)

<!--
This line starts the block that is incorporated into the website via mkdocs snippets
-->
#--8<-- [start:docs]
-->

## Requires

Expand Down Expand Up @@ -162,5 +161,5 @@ For a reference on GPU accelerated template matching in tomograms please see the

<!--
This ends the block for the website
-->
#--8<-- [end:docs]
-->