-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtutorial.wic
36 lines (35 loc) · 970 Bytes
/
tutorial.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
# This is based on the excellent gromacs CWL tutorial
# https://mmb.irbbarcelona.org/biobb/availability/tutorials/cwl
steps:
modeling.wic:
stability.wic:
in:
crd_path: !* complex_vac.pdb
top_zip_path: !* complex_vac.zip
nsteps: !ii 100000
dt: !ii 0.002
temperature: !ii 298.0
pressure: !ii 1.0
wic:
graphviz:
label: Molecular Dynamics Stability Analysis
steps:
(2, stability.wic):
wic:
inlineable: False
steps:
(2, basic.wic):
wic:
steps:
(3, prod.wic):
wic:
steps:
(4, cwl_subinterpreter_analysis.wic):
wic:
implementation: protein
(3, analysis.wic):
wic:
steps:
(1, analysis_realtime.wic):
wic:
implementation: protein