sokrypton / ColabDesign

Making Protein Design accessible to all via Google Colab!
549 stars 127 forks source link

Add seed #86

Closed phiweger closed 1 year ago

phiweger commented 1 year ago

Hi! Is it possible to add (or use, if implemented already) a seed to reproduce the designs?

ardagoreci commented 1 year ago

Yes! You can pass a seed to model.restart(seed = your_seed)

We have been using this to do high-throughput design and then reproduce the trajectory of the best designs for animations.

phiweger commented 1 year ago

Perfect, thanks!