-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
30 lines (23 loc) · 935 Bytes
/
config.example.yaml
File metadata and controls
30 lines (23 loc) · 935 Bytes
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
# view-cif configuration
# Copy to ~/.config/view-cif/config.yaml and edit as needed.
# Editor command used to open CIF files.
# Any terminal command works: code, nvim, vim, emacs, subl, etc.
editor: code
# Directory for cached CIF output (auto-cleaned on each run).
cache_dir: ~/.cache/view-cif
# Data paths for local PDB mirror / reference data.
# Only configure the paths you need.
paths:
# Next-gen PDB archive root
# Expected structure: {pdb_next_gen}/entries/divided/{ab}/pdb_{id}/...
pdb_next_gen: ""
# BIRD bulk files directory (contains prd-all.cif.gz, prdcc-all.cif.gz)
bird: ""
# CCD monomers directory (contains components.cif.gz)
monomers: ""
# Chemical component reference data
# Expected structure: {chem_comp}/{X}/{ABC}/ABC.cif (nested subdirectories)
chem_comp: ""
# BIRD reference data root for individual lookups
# Expected structure: {prd}/prd/, {prd}/prdcc/, {prd}/family/
prd: ""