Skip to content

Commit f205a65

Browse files
authored
workaround validation failure (PolusAI#227)
Co-authored-by: Jake Fennick <[email protected]>
1 parent ddb4a41 commit f205a65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cwl_adapters/yank/yank_trailblaze.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ inputs:
7171
items: [Directory, File]
7272
format: edam:format_2330 # 'Textual format'
7373
# NOTE: Cannot provide default value here; add [] to the yml file.
74+
# NOTE: This also seems to cause a validation failure.
7475
#default: []
7576
# No inputBinding
7677

examples/yank/yank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
- yank_trailblaze:
55
in:
66
phase: trailblaze
7-
input_dir_path: []
7+
# input_dir_path: [] # temporarily comment out due to validation failure
88
yaml: ../yank/yank_config_template.yaml
99
input_complex_top_zip_path: '*genion_complex.zip'
1010
input_complex_crd_path: '*prod_complex.gro'

0 commit comments

Comments
 (0)