Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schwab PI Sjors Scheres added 22022021 committed Oct 25, 2023
2 parents 239409c + 75bf968 commit 02f47ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

deploy:
name: Deploy
needs: test
# needs: test
if: "success() && startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-latest

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Estimating dynamics from cryo-EM images and use them to improve your map (maybe)

Analysing continuous heterogeneity in a cryo-EM dataset with dynamight consists of 3 main steps:

## Installation

*DynaMight* is available from the Python package index ([PyPI](https://pypi.org/)).

Please install using `pip` in a clean virtual environment.

```shell
pip install dynamight
```

## Step 1: Estimation and inspection of deformations

### Training the VAEs
Expand Down

0 comments on commit 02f47ba

Please sign in to comment.