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

https://github.com/informaticsmatters/virtual-screening

Virtual screening tools and Squonk2 jobs
https://github.com/informaticsmatters/virtual-screening

squonk2 squonk2-jobs

Last synced: 4 months ago
JSON representation

Virtual screening tools and Squonk2 jobs

Awesome Lists containing this project

README

          

# Running the Jaqpot models

Build the docker image
```
docker-compose build jaqpot
```

Enter the container:
```
docker run -it --rm -v $PWD:$PWD -w $PWD -u 1000:1000 informaticsmatters/vs-jaqpot:latest bash
```

Set the environment variable for the API
```
export JAQPOT_API_KEY=...
```

Check it runs:
```
./jaqpot_model_exec.py --help
```

Run a model:
```
./jaqpot_model_exec.py -i data/100.smi -m K1J1JzuZJxjY1q8YCD3h
```