Commit 787ffc6
v2.3.1 - merge 'beta' into 'main' (#371)
* Added input_features_callback to run() function to allow plotting MSA before structure predictions computation.
* Added lower level plot_pae() and plot_protein_backbone() functions to allow making individual plots instead of multi-pane composite plots.
* Fix typo in new protein backbone plotting code.
* testing v.2.3.0
* adding support for multimer_v3
* updating version number of alphafold-colabfold
* Update batch.py
convert unrelaxed protein features to numpy before saving (to speedup save function)
* add option to enable/disable fuse
* adding option to enable/disable fuse
* download v3 params by default
* adding option for iterating through random_seed(s)
* adding option to iterate through random seeds
* Update poetry.lock
* Delete poetry.lock
* Update batch.py
* Update test.yml
only run test on main branch
* fixing encoding error (when amber relax is used and notebook is run multiple times)
* refactoring code a bit to write the results to jobname directory
* add model_type into filename
* adding model_type to filename
* disable bfloat16 for old (v1, v2) multimer models
* select best view using plddt
* adding option to "save all" outputs of model
* adding option to save_all
* adding max_msa option to notebook
* allow max_msa settings for multimer
* adjust max settings
* updating dm-haiku to fix error in jax
* adding option to disable use_cluster_profile
* Created using Colaboratory
* code cleanup
* code cleanup
* Update models.py
* add option to enable bfloat16
* Fix tensorflow import
* making bfloat16 and fuse the default
* cleanup
* major bugfix for ptm + is_complex (#360)
* Update README.md
* adding option to control num of top models to relax
* control number of models to relax
* Update batch.py
* update pae filename
* remove whitespace from saved images
* addressing memory leak and pae bugfix
all outputs are saved as they are generated to avoid memory leaks. scores reloaded later for plotting.
bugfix: *_predicted_aligned_error_v1.json is now the best ranked output (before it was whichever model was saved first)
* adding leading zeros to rank id and seed id
* adding leading zeros to rank and seed id(s)
* Delete colabfold_alphafold.py
unused file
* monomers can now be predicted with multimer model!
* fix numbering
* Update batch.py
bugfix for custom msa input
run function updated to return model ranks and metrics
* update run function to print metrics and keep track of best model rank
* replacing max_msa
replacing max_msa option with max_seq and max_extra_seq to make easier to control.
* Update batch.py
* Update batch.py
rank_by wasn't computed correctly for multimer ranking
* Update AlphaFold2_batch.ipynb
* Update AlphaFold2_batch.ipynb
* adding TPU support
* remove TPU warning...
* disable BiopythonDeprecationWarning
* Move load_models_and_params to before the job loop (#368)
* Update batch.py
Move load_models_and_params to before the job loop to avoid issues when resuming from an existing directory with already finished jobs.
* Update batch.py
Change to check if it's the first job instead of moving load_models_and_params
* recompile_padding update
padding is now defined as a constant int instead of float
* Update README.md
* Created using Colaboratory
* Update batch.py
* Created using Colaboratory
* adding iptm support to ptm (for complexes)
* removing extra print out
* Update batch.py
* Update batch.py
* add option to save intermediate results
* add option to save_recycles
* Update batch.py
* updating pyproject.toml to use latest alphafold-colabfold v2.3
* Revert "updating pyproject.toml to use latest alphafold-colabfold v2.3"
This reverts commit 05ec548.
* Update alphafold-colabfold to 2.3.1
* attempt to fix test
* Adding link back to old version
* update test data
* Update test_colabfold.py
* fix test (fingers crossed)
* Update test_colabfold.py
* Update README.md
* updating notebooks to use "main" instead of "beta"
---------
Co-authored-by: Tom Goddard <[email protected]>
Co-authored-by: YoshitakaMo <[email protected]>
Co-authored-by: Milot Mirdita <[email protected]>
Co-authored-by: Dennis Svedberg <[email protected]>
Co-authored-by: Martin Steinegger <[email protected]>
Co-authored-by: Martin Steinegger <[email protected]>1 parent 28c78c6 commit 787ffc6
File tree
47 files changed
+2874
-3388
lines changed- .github/workflows
- batch
- beta
- colabfold
- alphafold
- test-data
- batch
- 5AWL_1
- 6A5J
- complex_monomer_ptm/A_A
- complex_monomer/A_A
- complex_ptm/3G5O_A_3G5O_B
- complex/3G5O_A_3G5O_B
- mmseqs-api-reponses
- single/5AWL_1
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+2874
-3388
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | 6 | | |
15 | 7 | | |
| |||
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
31 | | - | |
| 23 | + | |
32 | 24 | | |
33 | 25 | | |
34 | 26 | | |
| |||
158 | 150 | | |
159 | 151 | | |
160 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | 19 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 35 | | |
47 | 36 | | |
48 | 37 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
81 | 43 | | |
| 44 | + | |
82 | 45 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
120 | 101 | | |
121 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
122 | 107 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
127 | 117 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
134 | 129 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 130 | | |
0 commit comments