Skip to content
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- 2026-08-05: Harmonised running mode of test config files - Issue #1655
- 2026-08-10: Added missing improper for HYP - Issue #1662
- 2026-08-05: Removed identical duplicate `ANGLe` statements from `protein-allhdg5-4.param` and `protein-CG-Martini-2-2.param` - Issue #1589
- 2026-08-04: Added workflow module ordering validation - related to Issue #1530
Expand Down
5 changes: 5 additions & 0 deletions examples/analysis/alascan-complex-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
# ==================================================

# General parameters

# directory for the run
run_dir = "run1-alanine-scan-complex"

# execution mode
mode = "local"
ncores = 10

# Input
Expand Down
5 changes: 5 additions & 0 deletions examples/analysis/alascan-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
# ==================================================

# General parameters

# directory for the run
run_dir = "run1-alanine-scan"

# execution mode
mode = "local"
ncores = 10

# Input
Expand Down
11 changes: 6 additions & 5 deletions examples/analysis/contmap-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@
# ================= #
# Global parameters #
# ================= #
# directory in which the analysis will be performed

# directory for the run
run_dir = "test_contmap"
# Number of CPU cores to use
ncores = 5

# execution mode
mode = "local"
ncores = 10

# Input molecules
molecules = ["../data/1a2k_r_u.pdb", "../data/1a2k_l_u.pdb"]
# Disable post-processing
postprocess = true

# =================== #
# Workflow definition #
Expand Down
5 changes: 5 additions & 0 deletions examples/analysis/rnascan-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
# ==================================================

# General parameters

# directory for the run
run_dir = "run1-rna-scan"

# execution mode
mode = "local"
ncores = 10

# Input
Expand Down
2 changes: 1 addition & 1 deletion examples/analysis/topoaa-caprieval-test.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ====================================================================
# Capri analysis example

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-topoaa-caprieval-test"

# compute mode
Expand Down
3 changes: 2 additions & 1 deletion examples/analysis/topoaa-clustfcc-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# ====================================================================
# Define global parameters
# ====================================================================
# directory in which the scoring will be done

# directory for the run
run_dir = "run1-topoaa-clustfcc-test"

# compute mode
Expand Down
3 changes: 2 additions & 1 deletion examples/analysis/topoaa-ilrmsdmatrix-clustrmsd-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# Finally, [caprieval] to evaluate the clustered models
# based on CAPRI criterions.
# ====================================================================
# directory in which the scoring will be done

# directory for the run
run_dir = "run1-topoaa-ilrmsdmatrix-clustrmsd-test"

# compute mode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# Protein-protein docking example with NMR-derived ambiguous interaction restraints

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-CDR-NMR-CSP-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# Protein-protein docking example with NMR-derived ambiguous interaction restraints

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-CDR-acc-cltsel-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# Protein-protein docking example with NMR-derived ambiguous interaction restraints

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-CDR-acc-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# Protein-protein docking example with NMR-derived ambiguous interaction restraints

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-ranairCDR-cltsel-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# Protein-protein docking example with NMR-derived ambiguous interaction restraints

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-ranairCDR-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Protein-protein docking example with multiple arctic3d-derived
# ambiguous interaction restraints

# directory in which the docking will be done
# directory for the run
run_dir = "run1-multiple-ambig-test"

# compute mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# with loose epitope definition
# ====================================================================

# directory in which the results will be stored
# directory for the run
run_dir = "run1-CDR-loose-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# with true paratope and epitope definition
# ====================================================================

# directory in which the results will be stored
# directory for the run
run_dir = "run1-CDR-mutagenesis-epi-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# with true paratope and epitope definition
# ====================================================================

# directory in which the results will be stored
# directory for the run
run_dir = "run1-Para-Epi-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# with loose epitope definition and mixed nanobody restraints
# ====================================================================

# directory in which the results will be stored
# directory for the run
run_dir = "run1-CDR-mix-loose-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Protein-protein docking example with NMR-derived ambiguous interaction restraints
# ====================================================================

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-CG-test"

# execution mode
Expand All @@ -15,18 +15,19 @@ molecules = [
"data/3rpg_clean.pdb"
]

postprocess = True

# ====================================================================
# Parameters for each stage are defined below, prefer full paths
# ====================================================================

[topoaa]
log_level = 'verbose'

[topocg]
cgffversion = "martini2"
log_level = 'verbose'

[rigidbody]
log_level = 'verbose'
ambig_fname = "data/ambig.tbl"
unambig_fname = "data/unambig.tbl"
randremoval = false
Expand All @@ -45,6 +46,7 @@ reference_fname = "data/4r8p_reference.pdb"
fnat_cutoff = 7.0 # cutoff for coarse-grained structures

[flexref]
log_level = 'verbose'
ambig_fname = "data/ambig.tbl"
unambig_fname = "data/unambig.tbl"
randremoval = false
Expand All @@ -55,8 +57,10 @@ reference_fname = "data/4r8p_reference.pdb"
fnat_cutoff = 7.0 # cutoff for coarse-grained structures

[cgtoaa]
log_level = 'verbose'

[emref]
log_level = 'verbose'
ambig_fname = "data/ambig.tbl"
unambig_fname = "data/unambig.tbl"
randremoval = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# protein-DNA docking example

# directory in which the run will be done
# directory for the run
run_dir = "run1-cmrest-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# protein-DNA docking example

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-mdref-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
4 changes: 2 additions & 2 deletions examples/docking-protein-DNA/docking-protein-DNA-test.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ====================================================================
# protein-DNA docking example

# directory in which the scoring will be done
# directory for the run
run_dir = "run1-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
# (generated with GLYCAM) to an unbound protein.
# ==================================================

# directory for the run
run_dir = "run1-flexref-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
# The IL-RMSD clustering is used here to cluster
# complex structures
# ==================================================
clean=false
# directory for the run
run_dir = "run1-ilrmsd-test"

# execution mode
mode = "local"
ncores = 10
run_dir = "run1-ilrmsd-test"

# list, insert full path
molecules = [
"data/1LMQ_r_u.pdb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
# (generated with GLYCAM) to an unbound protein.
# ==================================================

# directory for the run
run_dir = "run1-test"

# execution mode
mode = "local"
ncores = 40
ncores = 10

# molecules to be docked
molecules = [
Expand Down
Loading