Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
For each cluster with at least one member of length >= 500:
|
| 2 |
+
If only the representative has length >= 500 (or there are no non-representative members):
|
| 3 |
+
duplicate the representative
|
| 4 |
+
else:
|
| 5 |
+
add the highest pLDDT non-representative member with length >= 500
|
| 6 |
+
|
| 7 |
+
52196254 representatives originally
|
| 8 |
+
duplicate 3946647 representatives
|
| 9 |
+
add 2961293 cluster members
|
| 10 |
+
Final length: 59104194
|
| 11 |
+
Note that the original cluster representatives are chosen by highest pLDDT irrespective of length (in AFDB50).
|