Skip to content

Commit

Permalink
add zenodo doi
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jul 30, 2022
1 parent c26cdc8 commit 1c91777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![GitHub Actions Build Status](https://github.com/RMeli/gnina-torch/workflows/CI/badge.svg)](https://github.com/RMeli/gnina-torch/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/RMeli/gnina-torch/branch/main/graph/badge.svg?token=KjVkShwQ1z)](https://codecov.io/gh/RMeli/gnina-torch)

[![DOI](https://zenodo.org/badge/419005477.svg)](https://zenodo.org/badge/latestdoi/419005477)

PyTorch implementation of [GNINA](https://github.com/gnina/gnina) scoring function.

## References
Expand Down Expand Up @@ -75,7 +77,7 @@ Pre-trained GNINA models can be loaded as follows:
```python
from gninatorch.gnina import setup_gnina_model

model = setup_gnina_model(MODEL)```
model = setup_gnina_model(MODEL)
```
where `MODEL` corresponds to the `--cnn` argument in [GNINA](https://github.com/gnina/gnina).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import versioneer

short_description = "PyTorch implementation of GNINA".split("\n")[0]
short_description = "PyTorch implementation of GNINA scoring function".split("\n")[0]

# from https://github.com/pytest-dev/pytest-runner#conditional-requirement
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
Expand Down

0 comments on commit 1c91777

Please sign in to comment.