Changes between Initial Version and Version 1 of Ticket #8911, comment 6
- Timestamp:
- Apr 28, 2023, 6:05:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8911, comment 6
initial v1 1 1 Partly fixed. 2 2 3 I updated ColabFold to v1.5.2 which is the most recent version from March 2023 but that failed to install in Colab Python 3.10.11 because the required Python version was incorrectly specified in the ColabFold pyproject.toml file. But another commit sweek later fixed that. So I used that unversioned Colabfold. Monomer and dimer predictions of 1aom worked (although the structures were bad, and I think they were good with previous alphafold versions).3 I updated ColabFold to v1.5.2 which is the most recent version from March 2023 but that failed to install in Colab Python 3.10.11 because the required Python version was incorrectly specified in the ColabFold pyproject.toml file. But another commit 1 week later fixed that. So I used that unversioned Colabfold. Monomer and dimer predictions of 1aom worked (although the structures were bad, and I think they were good with previous alphafold versions). 4 4 5 5 This newer Colabfold is also using Alphafold 2.3.1 which is supposed to handle larger structures and has new multimer networks.