simonduerr commited on
Commit
301fba9
1 Parent(s): 4c3f79a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -11,3 +11,7 @@ license: mit
11
  ---
12
 
13
  Let a 735 million parameter language model dream up new sequences and predict their structures using AlphaFold.
 
 
 
 
 
11
  ---
12
 
13
  Let a 735 million parameter language model dream up new sequences and predict their structures using AlphaFold.
14
+
15
+ Note that only a basic AlphaFold pipeline is used with no refinement using Amber and no MSA as input (single sequence mode).
16
+
17
+ The code in `app.py` is licensed under MIT license, the AlphaFold code is licensed under Apache2 license by Deepmind, the AlphaFold parameters are available under CC BY 4.0 by Deepmind. protGPT2 by Ferruz et. al.