Spaces:
Sleeping
Sleeping
Rocco Meli
commited on
Commit
·
f16c560
1
Parent(s):
89c2b41
add url to hf space
Browse files
README.md
CHANGED
@@ -12,7 +12,17 @@ license: mit
|
|
12 |
|
13 |
# GninaTorch @ Hugginface
|
14 |
|
15 |
-
Scoring protein-ligand complexes using [Gnina](https://github.com/gnina/gnina)'s scoring function via [gnina-torch](https://github.com/RMeli/gnina-torch) on Hugging Face spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Acknowledgements
|
17 |
|
18 |
* @duerrsimon for [Visualize proteins on Hugging Face Spaces](https://huggingface.co/blog/spaces_3dmoljs)
|
|
|
12 |
|
13 |
# GninaTorch @ Hugginface
|
14 |
|
15 |
+
Scoring protein-ligand complexes using [Gnina](https://github.com/gnina/gnina)'s scoring function via [gnina-torch](https://github.com/RMeli/gnina-torch) on [Hugging Face Spaces](https://huggingface.co/spaces/RMeli/gnina-torch).
|
16 |
+
|
17 |
+
[https://huggingface.co/spaces/RMeli/gnina-torch](https://huggingface.co/spaces/RMeli/gnina-torch)
|
18 |
+
|
19 |
+
## Notes
|
20 |
+
|
21 |
+
[Hugging Face Spaces](https://huggingface.co/docs/hub/spaces) work as `git` repositories. To keep everything on GitHub but publish on Hugging Face, add the Hugging Face Space repository as a remote repository:
|
22 |
+
|
23 |
+
```bash
|
24 |
+
git remote add hf https://huggingface.co/spaces/RMeli/gnina-torch
|
25 |
+
```
|
26 |
## Acknowledgements
|
27 |
|
28 |
* @duerrsimon for [Visualize proteins on Hugging Face Spaces](https://huggingface.co/blog/spaces_3dmoljs)
|