You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ 04Aug2025: We changed the taxonomy/pairing files for the UniRef100 database. This might affect multimer predictions. Check [the wiki entry](https://github.com/sokrypton/ColabFold/wiki/MSA-Server-Database-History) for details.
9
+
```
10
+
7
11
### Making Protein folding accessible to all via Google Colab!
@@ -30,10 +34,9 @@ Check the wiki page [old retired notebooks](https://github.com/sokrypton/ColabFo
30
34
- Yes, but be **CAREFUL**, the bfactor column is populated with pLDDT confidence values (higher = better). Phenix.phaser expects a "real" bfactor, where (lower = better). See [post](https://twitter.com/cheshireminima/status/1423929241675120643) from Claudia Millán.
31
35
- What is the maximum length?
32
36
- Limits depends on free GPU provided by Google-Colab `fingers-crossed`
33
-
- For GPU: `Tesla T4` or `Tesla P100` with ~16G the max length is ~2000
34
-
- For GPU: `Tesla K80` with ~12G the max length is ~1000
37
+
- For GPU: `Tesla T4` with ~16G the max length is ~2000
35
38
- To check what GPU you got, open a new code cell and type `!nvidia-smi`
36
-
- Is it okay to use the MMseqs2 MSA server (`cf.run_mmseqs2`) on a local computer?
39
+
- Is it okay to use the MMseqs2 MSA server on a local computer?
37
40
- You can access the server from a local computer if you queries are serial from a single IP. Please do not use multiple computers to query the server.
38
41
- Where can I download the databases used by ColabFold?
39
42
- The databases are available at [colabfold.mmseqs.com](https://colabfold.mmseqs.com)
First create a directory for the databases on a disk with sufficient storage (940GB (!)). Depending on where you are, this will take a couple of hours:
82
85
83
-
Note: [MMseqs2 `71dd32ec43e3ac4dabf111bbc4b124f1c66a85f1` (May 28, 2023)](https://github.com/soedinglab/MMseqs2/archive/71dd32ec43e3ac4dabf111bbc4b124f1c66a85f1.zip) is used to create the databases and perform sequece search in the ColabFold MSA server. Please use this version if you want to obtain the same MSAs as the server.
86
+
Note: [MMseqs2 Release 18](https://github.com/soedinglab/MMseqs2/releases/tag/18-8cc5c) is used to create the databases and perform sequece search in the ColabFold MSA server. Please use this version if you want to obtain the same MSAs as the server.
0 commit comments