You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/admin/user_defined_tools.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,66 @@ See https://training.galaxyproject.org/training-material/topics/admin/tutorials/
93
93
and see https://github.com/galaxyproject/galaxy/blob/dev/test/integration/embedded_pulsar_job_conf.yml#L29 for a simple example that uses embedded pulsar to isolate mounts and disables network access.
94
94
While the feature is in beta we recommend that only trusted users are allowed to use this feature.
95
95
96
+
## Supported input parameter types
97
+
98
+
The YAML authoring layer exposes a deliberately narrow subset of Galaxy's
99
+
parameter model. The JSON schema published to the editor (`ToolSourceSchema.json`)
100
+
is generated from this subset and rejects any unknown fields via
101
+
`extra="forbid"`, so unsupported attributes fail fast at parse time.
0 commit comments