Skip to content

Commit a600a64

Browse files
authored
Merge pull request PolusAI#22 from jfennick/custom_tag_explicit_edge_syntax
use custom yaml tags !& !*
2 parents fc7f0f1 + e39cdbf commit a600a64

Some content is hidden

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

60 files changed

+641
-638
lines changed

.vscode/settings.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
{
22
"mypy.runUsingActiveInterpreter": true,
3-
"python.linting.mypyEnabled": true,
4-
"python.linting.pylintEnabled": true,
5-
"python.formatting.provider": "autopep8",
6-
"python.formatting.autopep8Args": [
3+
"mypy.enabled": true,
4+
"pylint.args": ["--max-line-length=120"],
5+
"[python]": {
6+
"editor.defaultFormatter": "ms-python.autopep8",
7+
"editor.formatOnSave": false
8+
},
9+
"autopep8.args": [
710
"--max-line-length",
811
"120"
912
],
1013
"gitlens.hovers.enabled": false,
1114
"yaml.schemas": {
1215
"../workflow-inference-compiler/autogenerated/schemas/wic.json": "*.yml"
1316
},
17+
"yaml.customTags": [
18+
"!&",
19+
"!*",
20+
"!ii"
21+
],
1422
"[yaml]": {
1523
"editor.suggest.showWords": false
1624
},

cwl_adapters/autodock_vina_filter.cwl

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -182,30 +182,6 @@ inputs:
182182
- edam:format_1476
183183
default: .
184184

185-
docking_scores:
186-
label: Estimated Free Energies of Binding
187-
doc: |-
188-
Estimated Free Energies of Binding
189-
type: string?
190-
format:
191-
- edam:format_2330
192-
193-
experimental_binding_data:
194-
label: Experimental binding data (if any)
195-
doc: |-
196-
Experimental binding data (if any)
197-
type: string?
198-
format:
199-
- edam:format_2330
200-
201-
experimental_dGs:
202-
label: Experimental binding free energy dG values (if any)
203-
doc: |-
204-
Experimental binding free energy dG values (if any)
205-
type: string?
206-
format:
207-
- edam:format_2330
208-
209185
outputs:
210186
# NOTE: If docking_score_cutoff is too negative and filters out all of the files,
211187
# you will get the following runtime error message:

cwl_adapters/autodock_vina_rescore.cwl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ inputs:
107107
- edam:format_2330
108108
default: system.log
109109

110-
docking_score:
111-
label: Estimated Free Energy of Binding
112-
doc: |-
113-
Estimated Free Energy of Binding
114-
type: string
115-
format:
116-
- edam:format_2330
117-
118110
outputs:
119111
output_ligand_pdbqt_path:
120112
label: Path to the output PDBQT files

cwl_adapters/config_tag/config_tag_box.cwl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ inputs:
2222

2323
# TODO: box_coordinates
2424

25-
output_config_string:
26-
label: A dictionary of the given arguments as a JSON-encoded string.
27-
doc: |-
28-
A dictionary of the given arguments as a JSON-encoded string.
29-
type: string?
30-
format:
31-
- edam:format_2330
32-
3325
outputs:
3426
output_config_string:
3527
label: A dictionary of the given arguments as a JSON-encoded string.

cwl_adapters/config_tag/config_tag_mdp.cwl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ inputs:
4646
The nominal pressure
4747
type: float
4848

49-
output_config_string:
50-
label: A dictionary of the given arguments as a JSON-encoded string.
51-
doc: |-
52-
A dictionary of the given arguments as a JSON-encoded string.
53-
type: string?
54-
format:
55-
- edam:format_2330
56-
5749
outputs:
5850
output_config_string:
5951
label: A dictionary of the given arguments as a JSON-encoded string.

cwl_adapters/config_tag/config_tag_pdb.cwl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ inputs:
2020
filter:
2121
type: string?
2222

23-
output_config_string:
24-
label: A dictionary of the given arguments as a JSON-encoded string.
25-
doc: |-
26-
A dictionary of the given arguments as a JSON-encoded string.
27-
type: string?
28-
format:
29-
- edam:format_2330
30-
3123
outputs:
3224
output_config_string:
3325
label: A dictionary of the given arguments as a JSON-encoded string.

cwl_adapters/config_tag/config_tag_pdb2gmx.cwl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ inputs:
3434

3535
# TODO: his
3636

37-
output_config_string:
38-
label: A dictionary of the given arguments as a JSON-encoded string.
39-
doc: |-
40-
A dictionary of the given arguments as a JSON-encoded string.
41-
type: string?
42-
format:
43-
- edam:format_2330
44-
4537
outputs:
4638
output_config_string:
4739
label: A dictionary of the given arguments as a JSON-encoded string.

cwl_adapters/diffdock.cwl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ inputs:
8181
prefix: --complex_name
8282
default: outputs
8383

84-
output_files:
85-
type: string?
86-
87-
max_confident_pose:
88-
type: string?
89-
9084
outputs:
9185

9286
max_confident_pose:

cwl_adapters/duplicate.cwl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ inputs:
3939
format:
4040
- edam:format_1476
4141

42-
output_pdbqt_path:
43-
label: Path to the output PDBQT files
44-
doc: |-
45-
Path to the output PDBQT files
46-
Type: string
47-
File type: output
48-
Accepted formats: pdbqt
49-
Example file: https://github.com/bioexcel/biobb_vs/raw/master/biobb_vs/test/reference/vina/ref_output_vina.pdbqt
50-
type: string
51-
format:
52-
- edam:format_1476
53-
default: .
54-
5542
outputs:
5643
output_pdbqt_path:
5744
label: Path to the output PDBQT files

cwl_adapters/duplicate2D.cwl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ inputs:
3939
format:
4040
- edam:format_1476
4141

42-
output_pdbqt_path:
43-
label: Path to the output PDBQT files
44-
doc: |-
45-
Path to the output PDBQT files
46-
Type: string
47-
File type: output
48-
Accepted formats: pdbqt
49-
Example file: https://github.com/bioexcel/biobb_vs/raw/master/biobb_vs/test/reference/vina/ref_output_vina.pdbqt
50-
type: string
51-
format:
52-
- edam:format_1476
53-
default: .
54-
5542
outputs:
5643
output_pdbqt_path:
5744
label: Path to the output PDBQT files

0 commit comments

Comments
 (0)