Skip to content

Commit

Permalink
Update catalog
Browse files Browse the repository at this point in the history
Contactmap props changed + some text was added
  • Loading branch information
sverhoeven committed Mar 7, 2024
1 parent 9ef63b9 commit 7206c03
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 36 deletions.
36 changes: 24 additions & 12 deletions packages/haddock3_catalog/public/catalog/haddock3.easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ global:
nodes:
- id: alascan
category: analysis
label: HADDOCK3 module for alanine scan.
label: ''
description: HADDOCK3 module for alanine scan.
schema:
type: object
Expand Down Expand Up @@ -292,7 +292,7 @@ nodes:
tomlSchema: {}
- id: caprieval
category: analysis
label: Calculate CAPRI metrics.
label: ''
description: HADDOCK3 module to calculate the CAPRI metrics.
schema:
type: object
Expand Down Expand Up @@ -485,7 +485,7 @@ nodes:
tomlSchema: {}
- id: clustfcc
category: analysis
label: Cluster modules with FCC.
label: ''
description: HADDOCK3 module for clustering with FCC.
schema:
type: object
Expand Down Expand Up @@ -654,20 +654,20 @@ nodes:
$comment: Uses generated contact matrices files to generate chord chart.
type: boolean
cluster_heatmap_datatype:
default: shortest-cont-ratio
default: shortest-cont-probability
title: Type of data to be used in the heatmap.
description: Type of data to be used in the heatmap.
$comment: ca-ca-dist and shortest-dist are averages distances observed in
cluster. While ca-ca-cont-ratio and shortest-cont-ratio are ratio of the
$comment: ca-ca-dist & shortest-dist are averages distances observed in cluster.
ca-ca-cont-probability & shortest-cont-probability are probability of the
distances to be observed under their respective thresholds.
type: string
minLength: 5
maxLength: 30
enum:
- ca-ca-dist
- ca-ca-cont-ratio
- ca-ca-cont-probability
- shortest-dist
- shortest-cont-ratio
- shortest-cont-probability
chordchart_datatype:
default: shortest-dist
title: Type of data to be used in the chordchart.
Expand Down Expand Up @@ -845,7 +845,14 @@ nodes:
indexed: true
- id: emscoring
category: scoring
label: EM scoring module.
label: 'EM scoring module.
This module performs energy minimization and scoring of the models generated
in the previous step of the workflow. No restraints are applied during this step.
'
description: HADDOCK3 module to perform energy minimization scoring.
schema:
type: object
Expand Down Expand Up @@ -1298,7 +1305,12 @@ nodes:
indexed: true
- id: mdscoring
category: scoring
label: MD scoring module.
label: 'MD scoring module.
This module will perform a short MD simulation on the input models and
score them. No restraints are applied during this step.'
description: HADDOCK3 module to perform energy minimization scoring.
schema:
type: object
Expand Down Expand Up @@ -1504,7 +1516,7 @@ nodes:
indexed: true
- id: seletop
category: analysis
label: Select a top models.
label: ''
description: HADDOCK3 module to select top cluster/model.
schema:
type: object
Expand All @@ -1528,7 +1540,7 @@ nodes:
tomlSchema: {}
- id: seletopclusts
category: analysis
label: Select a top cluster module.
label: ''
description: Haddock Module for 'seletopclusts'.
schema:
type: object
Expand Down
36 changes: 24 additions & 12 deletions packages/haddock3_catalog/public/catalog/haddock3.expert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ global:
nodes:
- id: alascan
category: analysis
label: HADDOCK3 module for alanine scan.
label: ''
description: HADDOCK3 module for alanine scan.
schema:
type: object
Expand Down Expand Up @@ -330,7 +330,7 @@ nodes:
indexed: true
- id: caprieval
category: analysis
label: Calculate CAPRI metrics.
label: ''
description: HADDOCK3 module to calculate the CAPRI metrics.
schema:
type: object
Expand Down Expand Up @@ -523,7 +523,7 @@ nodes:
tomlSchema: {}
- id: clustfcc
category: analysis
label: Cluster modules with FCC.
label: ''
description: HADDOCK3 module for clustering with FCC.
schema:
type: object
Expand Down Expand Up @@ -747,20 +747,20 @@ nodes:
maximum: 100
minimum: 1
cluster_heatmap_datatype:
default: shortest-cont-ratio
default: shortest-cont-probability
title: Type of data to be used in the heatmap.
description: Type of data to be used in the heatmap.
$comment: ca-ca-dist and shortest-dist are averages distances observed in
cluster. While ca-ca-cont-ratio and shortest-cont-ratio are ratio of the
$comment: ca-ca-dist & shortest-dist are averages distances observed in cluster.
ca-ca-cont-probability & shortest-cont-probability are probability of the
distances to be observed under their respective thresholds.
type: string
minLength: 5
maxLength: 30
enum:
- ca-ca-dist
- ca-ca-cont-ratio
- ca-ca-cont-probability
- shortest-dist
- shortest-cont-ratio
- shortest-cont-probability
chordchart_datatype:
default: shortest-dist
title: Type of data to be used in the chordchart.
Expand Down Expand Up @@ -2775,7 +2775,14 @@ nodes:
flatten: true
- id: emscoring
category: scoring
label: EM scoring module.
label: 'EM scoring module.
This module performs energy minimization and scoring of the models generated
in the previous step of the workflow. No restraints are applied during this step.
'
description: HADDOCK3 module to perform energy minimization scoring.
schema:
type: object
Expand Down Expand Up @@ -7419,7 +7426,12 @@ nodes:
flatten: true
- id: mdscoring
category: scoring
label: MD scoring module.
label: 'MD scoring module.
This module will perform a short MD simulation on the input models and
score them. No restraints are applied during this step.'
description: HADDOCK3 module to perform energy minimization scoring.
schema:
type: object
Expand Down Expand Up @@ -9148,7 +9160,7 @@ nodes:
indexed: true
- id: seletop
category: analysis
label: Select a top models.
label: ''
description: HADDOCK3 module to select top cluster/model.
schema:
type: object
Expand All @@ -9172,7 +9184,7 @@ nodes:
tomlSchema: {}
- id: seletopclusts
category: analysis
label: Select a top cluster module.
label: ''
description: Haddock Module for 'seletopclusts'.
schema:
type: object
Expand Down
36 changes: 24 additions & 12 deletions packages/haddock3_catalog/public/catalog/haddock3.guru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ global:
nodes:
- id: alascan
category: analysis
label: HADDOCK3 module for alanine scan.
label: ''
description: HADDOCK3 module for alanine scan.
schema:
type: object
Expand Down Expand Up @@ -342,7 +342,7 @@ nodes:
indexed: true
- id: caprieval
category: analysis
label: Calculate CAPRI metrics.
label: ''
description: HADDOCK3 module to calculate the CAPRI metrics.
schema:
type: object
Expand Down Expand Up @@ -535,7 +535,7 @@ nodes:
tomlSchema: {}
- id: clustfcc
category: analysis
label: Cluster modules with FCC.
label: ''
description: HADDOCK3 module for clustering with FCC.
schema:
type: object
Expand Down Expand Up @@ -759,20 +759,20 @@ nodes:
maximum: 100
minimum: 1
cluster_heatmap_datatype:
default: shortest-cont-ratio
default: shortest-cont-probability
title: Type of data to be used in the heatmap.
description: Type of data to be used in the heatmap.
$comment: ca-ca-dist and shortest-dist are averages distances observed in
cluster. While ca-ca-cont-ratio and shortest-cont-ratio are ratio of the
$comment: ca-ca-dist & shortest-dist are averages distances observed in cluster.
ca-ca-cont-probability & shortest-cont-probability are probability of the
distances to be observed under their respective thresholds.
type: string
minLength: 5
maxLength: 30
enum:
- ca-ca-dist
- ca-ca-cont-ratio
- ca-ca-cont-probability
- shortest-dist
- shortest-cont-ratio
- shortest-cont-probability
chordchart_datatype:
default: shortest-dist
title: Type of data to be used in the chordchart.
Expand Down Expand Up @@ -2821,7 +2821,14 @@ nodes:
flatten: true
- id: emscoring
category: scoring
label: EM scoring module.
label: 'EM scoring module.
This module performs energy minimization and scoring of the models generated
in the previous step of the workflow. No restraints are applied during this step.
'
description: HADDOCK3 module to perform energy minimization scoring.
schema:
type: object
Expand Down Expand Up @@ -7760,7 +7767,12 @@ nodes:
flatten: true
- id: mdscoring
category: scoring
label: MD scoring module.
label: 'MD scoring module.
This module will perform a short MD simulation on the input models and
score them. No restraints are applied during this step.'
description: HADDOCK3 module to perform energy minimization scoring.
schema:
type: object
Expand Down Expand Up @@ -9576,7 +9588,7 @@ nodes:
indexed: true
- id: seletop
category: analysis
label: Select a top models.
label: ''
description: HADDOCK3 module to select top cluster/model.
schema:
type: object
Expand All @@ -9600,7 +9612,7 @@ nodes:
tomlSchema: {}
- id: seletopclusts
category: analysis
label: Select a top cluster module.
label: ''
description: Haddock Module for 'seletopclusts'.
schema:
type: object
Expand Down

0 comments on commit 7206c03

Please sign in to comment.