-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
60 lines (60 loc) · 3.94 KB
/
config.json
File metadata and controls
60 lines (60 loc) · 3.94 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
{
"pfam": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/pfam/pfam-38.1.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/pfam/pfam-38.1.tar.gz.md5",
"hmm_name": "pfam_a.hmm"
},
"ncbifam": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/ncbifam/ncbifam-18.0.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/ncbifam/ncbifam-18.0.tar.gz.md5",
"hmm_name": "ncbifam.hmm"
},
"superfamily": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/superfamily/superfamily-1.75.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/superfamily/superfamily-1.75.tar.gz.md5",
"hmm_name": "hmmlib_1.75"
},
"antifam": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/antifam/antifam-8.0.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/antifam/antifam-8.0.tar.gz.md5",
"hmm_name": "AntiFam.hmm"
},
"hamap": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/hamap/hamap-2025_01.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/hamap/hamap-2025_01.tar.gz.md5",
"hmm_name": "hamap.hmm.lib",
"enabled": false,
"disabled_reason": "Hamap uses Prosite-matrix normalized scores (N_SCORE) for thresholding, not HMM bit scores. Without per-profile cutoffs the HMM search produces too many false positives (~10x over-prediction vs InterProScan). Re-enable with --appl hamap."
},
"sfld": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/sfld/sfld-4.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/sfld/sfld-4.tar.gz.md5",
"hmm_name": "sfld.hmm",
"enabled": false,
"disabled_reason": "SFLD requires per-residue active-site matching on top of GA thresholds. InterProScan's sfld_postprocess binary reads HMMER Stockholm alignment output to verify that the protein has the required catalytic residues at specific alignment positions (defined in sfld_sites.annot). Nail does not produce HMMER-compatible alignment files, so this residue-level filter cannot be applied, causing ~20% over-prediction from proteins that pass GA thresholds but lack the correct catalytic residues. The hierarchy filter (SFLDS > SFLDG > SFLDF) was also found to be too aggressive, dropping recall to ~0.4. Re-enable with --appl sfld, but results will be unfiltered at the residue level."
},
"pirsf": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/pirsf/pirsf-3.10.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/pirsf/pirsf-3.10.tar.gz.md5",
"hmm_name": "sf_hmm_all",
"enabled": false,
"disabled_reason": "InterProScan reports only the most specific family in the PIRSF hierarchy; without full hierarchy-aware scoring (length/coverage checks + parent-suppression) the HMM search over-predicts broad parent families (~4x false-positive rate). Re-enable with --appl pirsf."
},
"pirsr": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/pirsr/pirsr-2025_05.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/pirsr/pirsr-2025_05.tar.gz.md5",
"hmm_name": "sr_hmm_all",
"enabled": false,
"disabled_reason": "PIR Site Rules require residue-level functional site detection, not plain HMM search. Re-enable with --appl pirsr."
},
"panther": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/panther/panther-19.0.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/panther/panther-19.0.tar.gz.md5",
"hmm_name": "binHmm"
},
"cath": {
"url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/cath/cath-4.3.0.tar.gz",
"md5_url": "https://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/6/6.0/cath/cath-4.3.0.tar.gz.md5",
"hmm_name": "gene3d_main.hmm"
}
}