Spaces:
Runtime error
Runtime error
Commit
Β·
b345f06
1
Parent(s):
27d3bf1
Update app.py
Browse files
app.py
CHANGED
@@ -384,12 +384,13 @@ with proteindream:
|
|
384 |
"""## Acknowledgements
|
385 |
This was a fun demo using Gradio, Huggingface Spaces and ColabFold as inspiration. More information about the used algorithms can be found below.
|
386 |
|
387 |
-
All code is available on [
|
388 |
-
|
389 |
-
- ProtGPT2: Ferruz et.al [BioRxiv](https://doi.org/10.1101/2022.03.09.483666) [Code](https://huggingface.co/nferruz/ProtGPT2)
|
390 |
-
- AlphaFold2: Jumper et.al [Paper](https://doi.org/10.1038/s41586-021-03819-2) [Code](https://github.com/deepmind/alphafold) Model parameters released under CC BY 4.0
|
391 |
-
- ColabFold: Mirdita et.al [Paper](https://doi.org/10.1101/2021.08.15.456425 ) [Code](https://github.com/sokrypton/ColabFold)
|
392 |
|
|
|
|
|
|
|
|
|
|
|
393 |
Created by [@simonduerr](https://twitter.com/simonduerr)
|
394 |
"""
|
395 |
)
|
|
|
384 |
"""## Acknowledgements
|
385 |
This was a fun demo using Gradio, Huggingface Spaces and ColabFold as inspiration. More information about the used algorithms can be found below.
|
386 |
|
387 |
+
All code is available on [Huggingface](https://huggingface.co/spaces/simonduerr/protGPT2_gradioFold/blob/main) and licensed under MIT license.
|
|
|
|
|
|
|
|
|
388 |
|
389 |
+
- ProtGPT2: Ferruz et.al π[BioRxiv](https://doi.org/10.1101/2022.03.09.483666) π»[Code](https://huggingface.co/nferruz/ProtGPT2)
|
390 |
+
- AlphaFold2: Jumper et.al π[Paper](https://doi.org/10.1038/s41586-021-03819-2) π»[Code](https://github.com/deepmind/alphafold) Model parameters released under CC BY 4.0
|
391 |
+
- ColabFold: Mirdita et.al π[Paper](https://doi.org/10.1101/2021.08.15.456425 ) π»[Code](https://github.com/sokrypton/ColabFold)
|
392 |
+
- 3Dmol.js: Rego & Koes π[Paper](https://academic.oup.com/bioinformatics/article/31/8/1322/213186) π» [Code](https://github.com/3dmol/3Dmol.js)
|
393 |
+
|
394 |
Created by [@simonduerr](https://twitter.com/simonduerr)
|
395 |
"""
|
396 |
)
|