Skip to content

Commit

Permalink
fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinR1 committed Dec 19, 2024
1 parent bf4286c commit 282ae3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/strategies/strategy_02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ To calculate the mask, all you need is your tomogram and the latest TomoTwin mod

.. prompt:: bash $

CUDA_VISIBLE_DEVICES=0,1 tomotwin_embed.py tomogram -v tomo/tomo.mrc -m tomotwin_latest.pth --mask mask/tomo_mask.mrc
CUDA_VISIBLE_DEVICES=0,1 tomotwin_embed.py tomogram -v tomo/tomo.mrc -m tomotwin_latest.pth --mask mask/tomo_mask.mrc -o out/embed/tomo/ -s 2

Once the embeddings are computed, you can simply continue with either the reference or clustering workflow.
2 changes: 1 addition & 1 deletion docs/strategies/strategy_04.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Strategy 3: Manually refining UMAPs from selected embeddings (Napari GPU workaround)
Strategy 4: Manually refining UMAPs from selected embeddings (Napari GPU workaround)
========================================================

When to use it
Expand Down

0 comments on commit 282ae3b

Please sign in to comment.