-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |