File tree 3 files changed +25
-25
lines changed
3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ steps:
31
31
config :
32
32
terms : [Density]
33
33
output_xvg_path : ' density.xvg'
34
- - cwl_watcher :
35
- in :
36
- # cachedir_path: /absolute/path/to/cachedir/ (automatically filled in by wic)
37
- file_pattern : ' *npt.edr' # This * is a glob wildcard, NOT an explicit edge!
38
- cwl_tool : gmx_energy
39
- max_times : ' 5'
40
- config :
41
- in :
42
- input_energy_path : npt.edr
43
- config :
44
- terms : [Density]
45
- output_xvg_path : density.xvg
34
+ # - cwl_watcher:
35
+ # in:
36
+ # #cachedir_path: /absolute/path/to/cachedir/ (automatically filled in by wic)
37
+ # file_pattern: '*npt.edr' # This * is a glob wildcard, NOT an explicit edge!
38
+ # cwl_tool: gmx_energy
39
+ # max_times: '5'
40
+ # config:
41
+ # in:
42
+ # input_energy_path: npt.edr
43
+ # config:
44
+ # terms: [Density]
45
+ # output_xvg_path: density.xvg
46
46
47
47
wic :
48
48
graphviz :
Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ steps:
30
30
output_xvg_path : temperature.xvg
31
31
# NOTE: explicit edges are not supported with cwl_watcher, and all filenames
32
32
# must be globally unique!
33
- - cwl_watcher :
34
- in :
35
- # cachedir_path: /absolute/path/to/cachedir/ (automatically filled in by wic)
36
- file_pattern : ' *nvt.edr' # This * is a glob wildcard, NOT an explicit edge!
37
- cwl_tool : gmx_energy
38
- max_times : ' 5'
39
- config :
40
- in :
41
- input_energy_path : ' *nvt.edr' # This * is automatically removed.
42
- config :
43
- terms : [Temperature]
44
- output_xvg_path : temperature.xvg
33
+ # - cwl_watcher:
34
+ # in:
35
+ # #cachedir_path: /absolute/path/to/cachedir/ (automatically filled in by wic)
36
+ # file_pattern: '*nvt.edr' # This * is a glob wildcard, NOT an explicit edge!
37
+ # cwl_tool: gmx_energy
38
+ # max_times: '5'
39
+ # config:
40
+ # in:
41
+ # input_energy_path: '*nvt.edr' # This * is automatically removed.
42
+ # config:
43
+ # terms: [Temperature]
44
+ # output_xvg_path: temperature.xvg
45
45
46
46
wic :
47
47
graphviz :
Original file line number Diff line number Diff line change 46
46
output_crd_path : ' &prod.gro'
47
47
output_trr_path : ' &prod.trr' # Explicitly specify for cwl_watcher
48
48
output_edr_path : ' &prod.edr'
49
- - cwl_watcher_analysis.yml :
49
+ # - cwl_watcher_analysis.yml:
50
50
51
51
wic :
52
52
graphviz :
You can’t perform that action at this time.
0 commit comments