-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprointvar_config.ini
63 lines (60 loc) · 1.54 KB
/
prointvar_config.ini
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
[Global]
# Absolute path working dir
db_root = ./.prointvar
# PDBx/mmCIF files
db_pdbx = pdbx
# SIFTS xml files
db_sifts = sifts
# DSSP related files
db_dssp = dssp
# Arpeggio (Contacts) files
db_contacts = contacts
# Pickled Tables
db_pickled = pickled
# Temporary dir
db_tmp = tmp
# UniProt dir
db_uniprot = uniprot
# STAMP dir
db_stamp = stamp
# CATH dir
db_cath = cath
# Pfam dir
db_pfam = pfam
[WebAddresses]
# PDBe REST API
api_pdbe = http://www.ebi.ac.uk/pdbe/api/
# UniProt Proteins API
api_proteins = https://www.ebi.ac.uk/proteins/api/
# Ensembl REST API
api_ensembl = http://rest.ensembl.org/
# UniProt HTTP
http_uniprot = http://www.uniprot.org/uniprot/
# PDBe HTTP
http_pdbe = http://www.ebi.ac.uk/pdbe/
# CATH HTTP
http_cath = http://www.cathdb.info/version/v4_1_0/
# SIFTS FTP
ftp_sifts = ftp://ftp.ebi.ac.uk/pub/databases/msd/sifts/xml/
# Pfam HTTP
http_pfam = http://pfam.xfam.org/
[ThirdPartyTools]
# DSSP executable
dssp_bin = /path/to/dssp/bin/dssp
# HBPLUS executable
hbplus_bin = /path/to/hbplus/hbplus
# HBPLUS CLEAN executable
clean_bin = /path/to/hbplus/clean
# Reduce executable
reduce_bin = /path/to/reduce/reduce
# Probe executable
probe_bin = /path/to/probe/probe
# Arpeggio excutable (needs Python details below)
arpeggio_bin = /Users/smacgowan/src/arpeggio/arpeggio.py
# Python executable (`which python`)
python_exe = /Users/smacgowan/anaconda/envs/arpeggio/bin/python
# Python path (`echo $PYTHONPATH`)
python_path = /Users/smacgowan/anaconda/envs/arpeggio/python/lib/site-packages/
[UserInfo]
email = [email protected]
username = username