MPI-Dortmund / tomotwin-cryoet

cryo-ET particle picking by representation and metric learning
Mozilla Public License 2.0
32 stars 6 forks source link

[Question] Can I install tomotwin without pip? #108

Open kimdn opened 1 month ago

kimdn commented 1 month ago

I think that 'pip install tomotwin-cryoet' has nothing to do with my current git cloned local git repo, since 'pip install tomotwin-cryoet' should just install with whatever TomoTwin author uploaded to pip website. Indeed, even when I removed my local tomotwin git repo folder, 'pip install tomotwin-cryoet' seems to run well still.

So in order to test this possible float16/32 solution (https://github.com/MPI-Dortmund/tomotwin-cryoet/issues/107),

I want to regenerate tomotwin_embed.py after changing

https://github.com/MPI-Dortmund/tomotwin-cryoet/blob/ada76c7ffc55b5dfe87f04d531439c83d646dbdf/tomotwin/map_main.py#L50

https://github.com/MPI-Dortmund/tomotwin-cryoet/blob/ada76c7ffc55b5dfe87f04d531439c83d646dbdf/tomotwin/embed_main.py#L178

into float32.

Therefore, can I know how to install tomotwin without pip based on my change in my local TomoTwin git repo?

thorstenwagner commented 1 month ago

From within your cloned repo: pip install -e .