-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathnvt.wic
67 lines (66 loc) · 1.99 KB
/
nvt.wic
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
56
57
58
59
60
61
62
63
64
65
66
67
steps:
grompp:
in:
config: !ii
mdp:
integrator: md # Use md for performance so we can update coordinates on GPU. Use sd for proper statistical properties.
rvdw: 1.0
rcoulomb: 1.0
coulombtype: PME
nsteps: 10000
dt: 0.002
tc-grps: system
ref-t: 298
tau-t: 2
constraints: h-bonds
nstxout: 100
nstenergy: 10
# define: -DPOSRES
comm-mode: Linear
comm-grps: system
mdrun:
out:
- output_edr_path: !& nvt.edr # Explicit edge reference / anchor
# (This edge can be inferred, but made explicit for demonstration purposes.)
gmx_energy:
in:
input_energy_path: !* nvt.edr # Explicit edge dereference / alias
config: !ii
terms: [Temperature]
output_xvg_path: !ii temperature.xvg
# NOTE: explicit edges are not supported with cwl_subinterpreter, and all filenames
# must be globally unique!
# cwl_subinterpreter:
# in:
# #cachedir_path: /absolute/path/to/cachedir/ (automatically filled in by wic)
# file_pattern: !ii '*nvt.edr'
# cwl_tool: !ii gmx_energy
# max_times: !ii '5'
# config: !ii
# in:
# input_energy_path: !ii '*nvt.edr' # This * is automatically removed.
# config: !ii
# terms: [Temperature]
# output_xvg_path: !ii temperature.xvg
wic:
graphviz:
label: Constant\nVolume
steps:
(1, grompp):
wic:
graphviz:
label: 'Update\nTopology'
(2, mdrun):
wic:
namespace: gpu # To run MD on GPU
graphviz:
label: 'Molecular\nDynamics'
(3, gmx_energy):
wic:
graphviz:
label: 'Analyze & Plot\nTemperature\nTimeseries'
(4, cwl_subinterpreter):
wic:
graphviz:
label: 'Real-time\nAnalysis'
style: invis # Make this node invisible