Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,516 changes: 5,516 additions & 0 deletions data/domain_templates/1ps1.pdb

Large diffs are not rendered by default.

3,428 changes: 3,428 additions & 0 deletions data/domain_templates/1ubw.pdb

Large diffs are not rendered by default.

6,948 changes: 6,948 additions & 0 deletions data/domain_templates/1w6j.pdb

Large diffs are not rendered by default.

14,189 changes: 14,189 additions & 0 deletions data/domain_templates/3p5r.pdb

Large diffs are not rendered by default.

5,091 changes: 5,091 additions & 0 deletions data/domain_templates/5eat.pdb

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions enzymeexplorer/configs/domain_detection_default_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
needed-proteins-csv-path: "data/martsDB_reactions_2026_02_22_preprocessed.csv"
csv-id-column: "Enzyme_marts_ID"
input-directory-with-structures: "data/martsDB_pdbs"
n-jobs: 10
n-iters: 3
detections-output-path: "data/detected_domains/martsDB_detected_domains.pkl"
store-domains: true
detected-regions-root-path: "data/detected_domains/"
domains-output-path: "data/detected_domains/martsDB_detected_domains/"
is-bfactor-confidence: true
do-not-store-intermediate-files: true
secondary-structure-residues-path: "data/detected_domains/martsDB_detected_domains/secondary_structure_residues.pkl"
recompute-existing-secondary-structure-residues: true

domain-templates:
- name: "alpha"
path: "data/domain_templates/1ps1.pdb"
residues: "chain A & ss H+S"
thresholds:
tmscore: 0.2
min_align_len: 70
- name: "beta"
path: "data/domain_templates/5eat.pdb"
residues: "resi 37-57+64-97+104-117+123-129+138-156+162-195+203-213+223-239 & chain A & ss H+S"
thresholds:
tmscore: 0.2
min_align_len: 50
- name: "gamma"
path: "data/domain_templates/3p5r.pdb"
residues: "resi 138-151+157-171+185-222+233-248+258-275+281-304+313-339 & chain A & ss H+S"
thresholds:
tmscore: 0.2
min_align_len: 50
208 changes: 0 additions & 208 deletions enzymeexplorer/src/structure_processing/comparing_to_known_domains.py

This file was deleted.

This file was deleted.

Loading