Skip to content

Commit

Permalink
Added comments to config
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhr committed Sep 5, 2023
1 parent cba8082 commit 786de58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docking-example-config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@

[autodockgpu]
# Because we require the meeko package, we point to a python version in an environment with it installed
python = "/projects/mai/users/${USER}_thomas/opt/miniconda3/envs/maize-dev/bin/python"

# These are LMOD modules, as commonly found on clusters
modules = ["CUDA", "GCC"]

# This is the location of the AutoDock executable
commands.autodock_gpu = "/projects/mai/users/${USER}_thomas/src/AutoDock-GPU/bin/autodock_gpu_64wi"

[gypsum]
# We specify the location of the Gypsum-DL script and the interpreter to use
scripts.gypsum.interpreter = "/projects/mai/users/${USER}_thomas/opt/miniconda3/envs/gypsum/bin/python"
scripts.gypsum.location = "/projects/mai/users/${USER}_thomas/src/gypsum_dl/run_gypsum_dl.py"

0 comments on commit 786de58

Please sign in to comment.