google-deepmind / alphafold3

AlphaFold 3 inference pipeline.
Other
5.07k stars 563 forks source link

[Feature Request] Introducing AFusion: A GUI for AlphaFold 3 #42

Closed Hanziwww closed 1 week ago

Hanziwww commented 1 week ago

Dear AlphaFold Team,

Firstly, thank you for your groundbreaking work with AlphaFold 3. The advancements you've made in biological structure prediction are truly inspiring.

I am writing to introduce AFusion, a graphical user interface (GUI) I've developed to enhance the user experience of running AlphaFold 3 predictions. AFusion is designed to simplify the process of generating input JSON files and executing predictions, making AlphaFold more accessible to users who prefer a GUI over command-line interactions.

Screenshots: image


Repository Link:

The source code and documentation for AFusion are available on GitHub.

Request:

I believe that AFusion can be a valuable tool for the AlphaFold user community. I kindly request that you consider:

Thank you for your time and consideration.

Best regards,

Hanziwww

Augustin-Zidek commented 1 week ago

Great work! It is exciting to see people building things on top of AlphaFold 3.

I will point people your way when they ask for AlphaFold GUI. :)

Hanziwww commented 1 week ago

Thanks a lot. :) Here is a demo site for generate input JSON files easily.

Augustin-Zidek commented 1 week ago

Just a quick note that @jacobjinkelly added a new flag --buckets in https://github.com/google-deepmind/alphafold3/commit/2ffe43f574436e6473bf3ab1c0c61c040edc59fd which would be worth integrating in your app.

Hanziwww commented 1 week ago

Just a quick note that @jacobjinkelly added a new flag --buckets in 2ffe43f which would be worth integrating in your app.

New version updated which supports flag --buckets.