Skip to content

Commit 6f59f92

Browse files
committed
use .wic file extension
1 parent 7270b34 commit 6f59f92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+165
-164
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"120"
1212
],
1313
"gitlens.hovers.enabled": false,
14+
"files.associations": {"*.wic": "yaml"},
1415
"yaml.schemas": {
15-
"../workflow-inference-compiler/autogenerated/schemas/wic.json": "*.yml"
16+
"../workflow-inference-compiler/autogenerated/schemas/wic.json": "*.wic"
1617
},
1718
"yaml.customTags": [
1819
"!&",

cwl_adapters/file_format_conversions/biosimspace/conversion_amb_gro_zip.yml renamed to cwl_adapters/file_format_conversions/biosimspace/conversion_amb_gro_zip.wic

File renamed without changes.

cwl_adapters/file_format_conversions/biosimspace/conversion_unzip_gro_amb.yml renamed to cwl_adapters/file_format_conversions/biosimspace/conversion_unzip_gro_amb.wic

File renamed without changes.

examples/config_ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// NOTE: This file should be in one of the directories listed in yml_dirs.txt
1+
// NOTE: This file should be in one of the directories listed in search_paths_wic
22
// (Technically comments are not allowed in JSON, but we are manually
33
// stripping out all lines that start with // before parsing.)
44
{
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
steps:
2-
- run_diffdock.yml:
2+
- run_diffdock.wic:
33

44
wic:
55
steps:
6-
(1, run_diffdock.yml):
6+
(1, run_diffdock.wic):
77
wic:
88
steps:
99
(1, extract_pdbbind_refined):
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)