Skip to content

Commit

Permalink
Merge branch 'main' into multislice-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 authored Dec 6, 2024
2 parents 0fd73c2 + b4d678d commit cd595a4
Show file tree
Hide file tree
Showing 33 changed files with 1,989 additions and 327 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
lfs: true
# lfs: true
python-version: ${{ matrix.python-version }}
- name: Install Git LFS
run: |
sudo apt-get update
sudo apt-get install git-lfs
git lfs install
- name: Pull LFS Files
run: git lfs pull
# - name: Install Git LFS
# run: |
# sudo apt-get update
# sudo apt-get install git-lfs
# git lfs install
# - name: Pull LFS Files
# run: git lfs pull
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# generate-starfile-and-mrcs tutorial generated data
docs/examples/relion_dataset.star
docs/examples/relion_dataset.star~
docs/examples/relion_dataset_particles/

.vscode/settings.json
*.swp
*_version.py
Expand Down
10 changes: 0 additions & 10 deletions docs/api/simulator/potential_integrators.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@

---

::: cryojax.simulator.EwaldSphereExtraction
options:
members:
- __init__
- compute_fourier_integrated_potential
- extract_voxels_from_spline_coefficients
- extract_voxels_from_grid_points

---

::: cryojax.simulator.NufftProjection
options:
members:
Expand Down
59 changes: 26 additions & 33 deletions docs/examples/cross-correlation-search.ipynb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/examples/data/groel_chainA.pdb
Git LFS file not shown
38 changes: 23 additions & 15 deletions docs/examples/read-dataset.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit cd595a4

Please sign in to comment.