Skip to content

Commit

Permalink
hardcode first tutorial step
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Oct 21, 2024
1 parent 79f5e06 commit a3d253d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
run: |
# Hardcode the conversion line
for x in dataset/*.mrc; do python -c "import mrcfile; mrc = mrcfile.mmap('$x', 'r+'); mrc.voxel_size = 13.79"; done
pytom_create_template.py -i templates/emd_2938.map -o templates/80S.mrc --input-voxel 1.1 --output-voxel 13.79 --center --invert -b 60
# python -u tests/test_tutorial.py

0 comments on commit a3d253d

Please sign in to comment.