-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathednaparams.xml
55 lines (55 loc) · 1.45 KB
/
ednaparams.xml
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
<object class="EdnaWorkflow" role="workflow">
<bes_host>mxcubeweb</bes_host>
<bes_port>8100</bes_port>
<object href="/session" role="session"/>
<workflow>
<title>WF Mesh Scan</title>
<path>MeshScan</path>
<requires>grid</requires>
</workflow>
<workflow>
<title>X-ray Centring</title>
<path>XrayCentring</path>
<requires>grid</requires>
</workflow>
<workflow>
<title>Helical characterisation</title>
<path>HelicalCharacterisation</path>
<requires>line</requires>
</workflow>
<workflow>
<title>Enhanced characterisation</title>
<path>EnhancedCharacterisation</path>
<requires>point</requires>
</workflow>
<workflow>
<title>MXPressE</title>
<path>MXPressE</path>
<requires>samplegrid</requires>
</workflow>
<workflow>
<title>Mesh and collect</title>
<path>MeshAndCollect</path>
<requires>grid</requires>
</workflow>
<workflow>
<title>Mesh and collect from file</title>
<path>MeshAndCollectFromFile</path>
<requires>grid</requires>
</workflow>
<workflow>
<title>Distance calibration</title>
<path>DistanceCalibration</path>
<requires>point</requires>
</workflow>
<workflow>
<title>Trouble shooting</title>
<path>TroubleShooting</path>
<requires>samplegrid</requires>
</workflow>
<workflow>
<title>Trouble shooting Dialog</title>
<path>TroubleShootingWithDialog</path>
<requires>samplegrid</requires>
</workflow>
</object>