Skip to content

Commit

Permalink
Make re cluster include matrix plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed May 21, 2024
1 parent 7ab022d commit 5c57dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-haddock3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interactive_applications:
type: object
reclustrmsd:
command_template: >
haddock3-re clustrmsd
haddock3-re clustrmsd --plot_matrix
{% if criterion == 'maxclust' -%}
--n_clusters {{n_clusters|q}}
{% else -%}
Expand Down Expand Up @@ -109,7 +109,7 @@ interactive_applications:
type: object
reclustfcc:
command_template: >
haddock3-re clustfcc
haddock3-re clustfcc --plot_matrix
--clust_cutoff {{clust_cutoff|q}} --strictness {{strictness|q}} --min_population {{min_population|q}}
{{clustfcc_dir|q}}
&&
Expand Down

0 comments on commit 5c57dea

Please sign in to comment.