forked from RosettaCommons/foundry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
63 lines (49 loc) · 2.48 KB
/
.env
File metadata and controls
63 lines (49 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# USAGE INSTRUCTIONS:
# - copy this file and rename it to `.env` to use it.
# - do not commit the `.env` file to version control.
# - you will need to set the paths below as appropriate for your environment.
# We provide examples in the comments to give you an idea of the expected format.
# --- Mirrors to RCSB data ---
# The `PDB_MIRROR_PATH` is a path to a local mirror of the PDB database. It's
# expected that you use the same saving conventions as the RCSB PDB, which means:
# `1a2b` --> /path/to/pdb_mirror/a2/1a2b.cif.gz
# To set up a mirror, you can use tha atomworks commandline: `atomworks pdb sync /path/to/mirror`
PDB_MIRROR_PATH=
# The `CCD_MIRROR_PATH` is a path to a local mirror of the CCD database.
# It's expected that you use the same saving conventions as the RCSB CCD, which means:
# `HEM` --> /path/to/ccd_mirror/H/HEM/HEM.cif
# To set up a mirror, you can use the atomworks commandline: `atomworks ccd sync /path/to/mirror`
# If no mirror is provided, the internal biotite CCD will be used as a fallback. To provide a
# custom CCD for a ligand, you can place it in the in the CCD mirror path following the CCDs pattern.
# Example: /path/to/ccd_mirror/M/MYLIGAND1/MYLIGAND1.cif
CCD_MIRROR_PATH=
# --- Local MSA directories ---
LOCAL_MSA_DIRS=
# --- External tools ---
# The HBPLUS_PATH is a path to the hbplus tool, which is used for hydrogen bond calculation
# during training and during metrics computation.
# Example: /path/to/hbplus
HBPLUS_PATH=
# The `X3DNA_PATH` is a path to the x3dna tool, which is used for DNA structure analysis.
# Example: /path/to/x3dna-v2.4
X3DNA_PATH=
# For secondary structure prediction (not currently used)
DSSP_PATH=
# The `HHFILTER_PATH` is a path to the hhfilter tool from the HH-suite, which is used for
# filtering MSAs to reduce redundancy.
# Example: /path/to/hhsuite/build/bin/hhfilter
HHFILTER_PATH=
# The `MMSEQS2_PATH` is a path to the mmseqs2 tool, which is used for fast sequence searching.
# Example: /path/to/mmseqs-gpu/bin/mmseqs
MMSEQS2_PATH=
# CollabFold MMseqs2 database paths for GPU and CPU usage.
# Local access (preferred)
# NOTE: MMseqs2 databases are best stored on local drives of compute nodes for performance
COLABFOLD_LOCAL_DB_PATH_GPU=
COLABFOLD_LOCAL_DB_PATH_CPU=
# Network access (fallback; may cause IO-related issues)
COLABFOLD_NET_DB_PATH_GPU=
COLABFOLD_NET_DB_PATH_CPU=
# Foundry checkpoint directories (colon-separated list). Example:
# /path/to/user/install/dir:/home/username/.foundry/checkpoints
FOUNDRY_CHECKPOINT_DIRS=