An open API service indexing awesome lists of open source software.

https://github.com/rmeli/gnina-casf2016

Evaluation of GNINA on CASF-2016 benchmark
https://github.com/rmeli/gnina-casf2016

Last synced: 3 months ago
JSON representation

Evaluation of GNINA on CASF-2016 benchmark

Awesome Lists containing this project

README

        

# Evaluation of GNINA on CASF-2016 Benchmark

## Reproducibility

### Signularity

```bash
cd singularity
sudo singularity build gnina.sif gnina.def
```
### Python

```dotnetcli
conda env create -f conda.yaml
conda activate gnina-casf
```