We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb4a41 commit f205a65Copy full SHA for f205a65
cwl_adapters/yank/yank_trailblaze.cwl
@@ -71,6 +71,7 @@ inputs:
71
items: [Directory, File]
72
format: edam:format_2330 # 'Textual format'
73
# NOTE: Cannot provide default value here; add [] to the yml file.
74
+ # NOTE: This also seems to cause a validation failure.
75
#default: []
76
# No inputBinding
77
examples/yank/yank.yml
@@ -4,7 +4,7 @@ steps:
4
- yank_trailblaze:
5
in:
6
phase: trailblaze
7
- input_dir_path: []
+ # input_dir_path: [] # temporarily comment out due to validation failure
8
yaml: ../yank/yank_config_template.yaml
9
input_complex_top_zip_path: '*genion_complex.zip'
10
input_complex_crd_path: '*prod_complex.gro'
0 commit comments