@galaxyproject/galaxy-client 25.0.4 → 25.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,261 +0,0 @@
1
- /**
2
- * @license
3
- Copyright (c) 2008, Adobe Systems Incorporated
4
- All rights reserved.
5
-
6
- Redistribution and use in source and binary forms, with or without
7
- modification, are permitted provided that the following conditions are
8
- met:
9
-
10
- * Redistributions of source code must retain the above copyright notice,
11
- this list of conditions and the following disclaimer.
12
-
13
- * Redistributions in binary form must reproduce the above copyright
14
- notice, this list of conditions and the following disclaimer in the
15
- documentation and/or other materials provided with the distribution.
16
-
17
- * Neither the name of Adobe Systems Incorporated nor the names of its
18
- contributors may be used to endorse or promote products derived from
19
- this software without specific prior written permission.
20
-
21
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
22
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
- */
33
-
34
- /**
35
- * @license
36
- *
37
- * Copyright (c) 2014 James Robb, https://github.com/jamesbrobb
38
- *
39
- * Permission is hereby granted, free of charge, to any person obtaining
40
- * a copy of this software and associated documentation files (the
41
- * "Software"), to deal in the Software without restriction, including
42
- * without limitation the rights to use, copy, modify, merge, publish,
43
- * distribute, sublicense, and/or sell copies of the Software, and to
44
- * permit persons to whom the Software is furnished to do so, subject to
45
- * the following conditions:
46
- *
47
- * The above copyright notice and this permission notice shall be
48
- * included in all copies or substantial portions of the Software.
49
- *
50
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
51
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
52
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
53
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
54
- * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
55
- * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
56
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57
- * ====================================================================
58
- */
59
-
60
- /**
61
- * @license
62
- *
63
- * Licensed under the MIT License.
64
- * http://opensource.org/licenses/mit-license
65
- */
66
-
67
- /**
68
- * @license
69
- * (c) Dean McNamee <dean@gmail.com>, 2013.
70
- *
71
- * https://github.com/deanm/omggif
72
- *
73
- * Permission is hereby granted, free of charge, to any person obtaining a copy
74
- * of this software and associated documentation files (the "Software"), to
75
- * deal in the Software without restriction, including without limitation the
76
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
77
- * sell copies of the Software, and to permit persons to whom the Software is
78
- * furnished to do so, subject to the following conditions:
79
- *
80
- * The above copyright notice and this permission notice shall be included in
81
- * all copies or substantial portions of the Software.
82
- *
83
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
84
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
85
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
86
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
87
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
88
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
89
- * IN THE SOFTWARE.
90
- *
91
- * omggif is a JavaScript implementation of a GIF 89a encoder and decoder,
92
- * including animation and compression. It does not rely on any specific
93
- * underlying system, so should run in the browser, Node, or Plask.
94
- */
95
-
96
- /**
97
- * @license
98
- * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
99
- *
100
- * Licensed under the MIT License.
101
- * http://opensource.org/licenses/mit-license
102
- */
103
-
104
- /**
105
- * @license
106
- * Copyright (c) 2017 Aras Abbasi
107
- *
108
- * Licensed under the MIT License.
109
- * http://opensource.org/licenses/mit-license
110
- */
111
-
112
- /**
113
- * @license
114
- * Copyright (c) 2018 Aras Abbasi
115
- *
116
- * Licensed under the MIT License.
117
- * http://opensource.org/licenses/mit-license
118
- */
119
-
120
- /**
121
- * @license
122
- * Copyright (c) 2019 Aras Abbasi
123
- *
124
- * Licensed under the MIT License.
125
- * http://opensource.org/licenses/mit-license
126
- */
127
-
128
- /**
129
- * @license
130
- * FPDF is released under a permissive license: there is no usage restriction.
131
- * You may embed it freely in your application (commercial or not), with or
132
- * without modifications.
133
- *
134
- * Reference: http://www.fpdf.org/en/script/script37.php
135
- */
136
-
137
- /**
138
- * @license
139
- * Joseph Myers does not specify a particular license for his work.
140
- *
141
- * Author: Joseph Myers
142
- * Accessed from: http://www.myersdaily.org/joseph/javascript/md5.js
143
- *
144
- * Modified by: Owen Leong
145
- */
146
-
147
- /**
148
- * @license
149
- * Licensed under the MIT License.
150
- * http://opensource.org/licenses/mit-license
151
- * Author: Owen Leong (@owenl131)
152
- * Date: 15 Oct 2020
153
- * References:
154
- * https://www.cs.cmu.edu/~dst/Adobe/Gallery/anon21jul01-pdf-encryption.txt
155
- * https://github.com/foliojs/pdfkit/blob/master/lib/security.js
156
- * http://www.fpdf.org/en/script/script37.php
157
- */
158
-
159
- /**
160
- * @license
161
- * Licensed under the MIT License.
162
- * http://opensource.org/licenses/mit-license
163
- */
164
-
165
- /**
166
- * @license
167
- * Unicode Bidi Engine based on the work of Alex Shensis (@asthensis)
168
- * MIT License
169
- */
170
-
171
- /**
172
- * @license
173
- * jsPDF fileloading PlugIn
174
- * Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
175
- *
176
- * Licensed under the MIT License.
177
- * http://opensource.org/licenses/mit-license
178
- */
179
-
180
- /**
181
- * @license
182
- * jsPDF filters PlugIn
183
- * Copyright (c) 2014 Aras Abbasi
184
- *
185
- * Licensed under the MIT License.
186
- * http://opensource.org/licenses/mit-license
187
- */
188
-
189
- /**
190
- * @license
191
- * jsPDF virtual FileSystem functionality
192
- *
193
- * Licensed under the MIT License.
194
- * http://opensource.org/licenses/mit-license
195
- */
196
-
197
- /**
198
- * A class to parse color values
199
- * @author Stoyan Stefanov <sstoo@gmail.com>
200
- * {@link http://www.phpied.com/rgb-color-parser-in-javascript/}
201
- * @license Use it if you like it
202
- */
203
-
204
- /** ====================================================================
205
- * @license
206
- * jsPDF XMP metadata plugin
207
- * Copyright (c) 2016 Jussi Utunen, u-jussi@suomi24.fi
208
- *
209
- * Permission is hereby granted, free of charge, to any person obtaining
210
- * a copy of this software and associated documentation files (the
211
- * "Software"), to deal in the Software without restriction, including
212
- * without limitation the rights to use, copy, modify, merge, publish,
213
- * distribute, sublicense, and/or sell copies of the Software, and to
214
- * permit persons to whom the Software is furnished to do so, subject to
215
- * the following conditions:
216
- *
217
- * The above copyright notice and this permission notice shall be
218
- * included in all copies or substantial portions of the Software.
219
- *
220
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
221
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
222
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
223
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
224
- * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
225
- * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
226
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
227
- * ====================================================================
228
- */
229
-
230
- /** @license
231
- * Copyright (c) 2017 Dominik Homberger
232
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
233
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
234
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
235
- https://webpjs.appspot.com
236
- WebPRiffParser dominikhlbg@gmail.com
237
- */
238
-
239
- /** @license
240
- * Copyright (c) 2012 Willow Systems Corporation, https://github.com/willowsystems
241
- *
242
- * Permission is hereby granted, free of charge, to any person obtaining
243
- * a copy of this software and associated documentation files (the
244
- * "Software"), to deal in the Software without restriction, including
245
- * without limitation the rights to use, copy, modify, merge, publish,
246
- * distribute, sublicense, and/or sell copies of the Software, and to
247
- * permit persons to whom the Software is furnished to do so, subject to
248
- * the following conditions:
249
- *
250
- * The above copyright notice and this permission notice shall be
251
- * included in all copies or substantial portions of the Software.
252
- *
253
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
254
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
255
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
256
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
257
- * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
258
- * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
259
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
260
- * ====================================================================
261
- */
@@ -1 +0,0 @@
1
- (self.webpackChunk_galaxyproject_galaxy_client=self.webpackChunk_galaxyproject_galaxy_client||[]).push([[465],{5890:(e,t,a)=>{var r={"./simpleWorker":45585,"./simpleWorker.js":45585};function l(e){return Promise.resolve().then((()=>{if(!a.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a(r[e])}))}l.keys=()=>Object.keys(r),l.id=5890,e.exports=l},9204:(e,t,a)=>{var r={"./editorBaseApi":[93059],"./editorBaseApi.js":[93059],"./editorSimpleWorker":[90735],"./editorSimpleWorker.js":[90735],"./editorWorker":[90304],"./editorWorker.js":[90304],"./editorWorkerHost":[96358],"./editorWorkerHost.js":[96358],"./findSectionHeaders":[99307],"./findSectionHeaders.js":[99307],"./getIconClasses":[78148],"./getIconClasses.js":[78148],"./languageFeatureDebounce":[12060],"./languageFeatureDebounce.js":[12060],"./languageFeatures":[52230],"./languageFeatures.js":[52230],"./languageFeaturesService":[81197],"./languageFeaturesService.js":[81197],"./languageService":[83930],"./languageService.js":[83930],"./languagesAssociations":[55996],"./languagesAssociations.js":[55996],"./languagesRegistry":[66995],"./languagesRegistry.js":[66995],"./markerDecorations":[80886],"./markerDecorations.js":[80886],"./markerDecorationsService":[90011],"./markerDecorationsService.js":[90011],"./model":[64830],"./model.js":[64830],"./modelService":[40931],"./modelService.js":[40931],"./resolverService":[14661],"./resolverService.js":[14661],"./semanticTokensDto":[19376],"./semanticTokensDto.js":[19376],"./semanticTokensProviderStyling":[9520],"./semanticTokensProviderStyling.js":[9520],"./semanticTokensStyling":[82891],"./semanticTokensStyling.js":[82891],"./semanticTokensStylingService":[38148],"./semanticTokensStylingService.js":[38148],"./textModelSync/textModelSync.impl":[75456],"./textModelSync/textModelSync.impl.js":[75456],"./textModelSync/textModelSync.protocol":[45628,8502],"./textModelSync/textModelSync.protocol.js":[45628,8502],"./textResourceConfiguration":[41504],"./textResourceConfiguration.js":[41504],"./treeSitterParserService":[35320],"./treeSitterParserService.js":[35320],"./treeViewsDnd":[2603],"./treeViewsDnd.js":[2603],"./treeViewsDndService":[26756],"./treeViewsDndService.js":[26756],"./unicodeTextModelHighlighter":[49887],"./unicodeTextModelHighlighter.js":[49887]};function l(e){if(!a.o(r,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=r[e],l=t[0];return Promise.all(t.slice(1).map(a.e)).then((()=>a(l)))}l.keys=()=>Object.keys(r),l.id=9204,e.exports=l},33701:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>E});var r=a(62893),l=a(81096),i=a(66676),n=a(42092),o=a(70163),s=a(19530),p=a(27661),d=a(53366);function m(e,t){let a=0,r=e.length;if(t){const l=t.exec(e);l&&l.length&&(a=l.index,r=a+l[0].length)}const l=[];for(;a<r;)if("$"===e[a]&&"("===e[a+1]){let t=0;const i=a+2;for(a+=2;a<r;){if("("===e[a])t++;else if(")"===e[a]){if(0===t){l.push({fragment:e.substring(i,a+1),start:i});break}t--}a++}}else a++;return l}const u={brackets:[["{","}","delimiter.curly"],["$(",")","delimiter.parenthesis"],["[","]","delimiter.square"],["(",")","delimiter.parenthesis"],["<",">","delimiter.angle"]],tokenizer:{root:[[/(requirements)(:)(\s*)/,[{token:"type.yaml",next:"@requirements",log:"requirements"},"operators.yaml","whitespace.yaml"]],[/(shell_command)(:)(\s*)(\|)/,[{token:"type.yaml",next:"@shellCommand"},"operators.yaml","whitespace.yaml","operators.yaml"]],[/(shell_command)(:)(\s*)/,[{token:"type.yaml",next:"@shellCommand"},"operator.yaml","whitespace.yaml"]],[/.*/,{token:"@rematch",nextEmbedded:"yaml",next:"@yamlRest"}]],shellCommand:[[/\$\(/,{token:"@rematch",bracket:"@open",next:"jsEmbedded",log:"Open fragment"}],[/./,{cases:{"@eos":{token:"source.js",next:"@pop",log:"@eos"},default:{token:"source.js",log:"default"}}}]],jsEmbedded:[[/\/\/end(?=\))/,{token:"comment",next:"@pop",nextEmbedded:"@pop",log:"pop embedded inline"}],[/$/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop",log:"pop"}],[/[^(]+/,{token:"source.js",nextEmbedded:"javascript",log:"embedded source.js"}]],requirements:[[/(\s*)(-)(\s*)(type)(:)(\s*)(javascript)/,["whitespace","operators","whitespace","type","operators","whitespace",{token:"string.yaml",next:"@javascriptRequirement",log:"array of"}]],[/.*/,{token:"@rematch",next:"@root"}]],javascriptRequirement:[[/\s*(expression_lib):\s*/,{token:"type.yaml",next:"@expressionLib",log:"expressionLib"}],[/.*/,{token:"@rematch",next:"@root"}]],expressionLib:[[/\s*-\s*\|/,{token:"key",nextEmbedded:"javascript",next:"@jsBlockMultiline",log:"jsBlockMultiLine"}],[/.*/,{token:"@rematch",next:"@root"}]],inlineJs:[[/$/,{token:"@rematch",nextEmbedded:"@pop",next:"@pop"}]],jsBlockMultiline:[[/^\s*\w+:|^\s*$/,{token:"@rematch",nextEmbedded:"@pop",next:"@pop"}]],yamlRest:[[/$/,{token:"@rematch",nextEmbedded:"@pop",next:"@pop"}]]}};var f=a(56219);async function y(e){let t={};try{t=(0,o.qg)(e)}catch(r){return{schemaInterface:"",error:r}}const{data:a,error:r}=await async function(e){const{data:t,error:a}=await(0,s.LQ)().POST("/api/unprivileged_tools/runtime_model",{body:{active:!0,allow_load:!1,hidden:!1,representation:e,src:"representation"}});return{data:t,error:a}}(t);if(r)return{schemaInterface:"",error:r};return{schemaInterface:await(0,f.a)(a),error:r}}const c=JSON.parse('{"$defs":{"BaseUrlParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_baseurl","default":"gx_baseurl","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"baseurl","title":"Type","type":"string"}},"required":["name","type"],"title":"BaseUrlParameterModel","type":"object"},"BooleanParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_boolean","default":"gx_boolean","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"boolean","title":"Type","type":"string"},"value":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":false,"title":"Value"},"truevalue":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Truevalue"},"falsevalue":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Falsevalue"}},"required":["name","type"],"title":"BooleanParameterModel","type":"object"},"Citation":{"properties":{"type":{"title":"Type","type":"string"},"content":{"title":"Content","type":"string"}},"required":["type","content"],"title":"Citation","type":"object"},"ColorParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_color","default":"gx_color","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"color","title":"Type","type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Value"}},"required":["name","type"],"title":"ColorParameterModel","type":"object"},"ConditionalParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_conditional","default":"gx_conditional","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"conditional","title":"Type","type":"string"},"test_parameter":{"anyOf":[{"$ref":"#/$defs/BooleanParameterModel"},{"$ref":"#/$defs/SelectParameterModel"}],"title":"Test Parameter"},"whens":{"items":{"$ref":"#/$defs/ConditionalWhen"},"title":"Whens","type":"array"}},"required":["name","type","test_parameter","whens"],"title":"ConditionalParameterModel","type":"object"},"ConditionalWhen":{"additionalProperties":false,"properties":{"discriminator":{"anyOf":[{"type":"boolean"},{"type":"string"}],"title":"Discriminator"},"parameters":{"items":{"anyOf":[{"$ref":"#/$defs/CwlIntegerParameterModel"},{"$ref":"#/$defs/CwlFloatParameterModel"},{"$ref":"#/$defs/CwlStringParameterModel"},{"$ref":"#/$defs/CwlBooleanParameterModel"},{"$ref":"#/$defs/CwlNullParameterModel"},{"$ref":"#/$defs/CwlFileParameterModel"},{"$ref":"#/$defs/CwlDirectoryParameterModel"},{"$ref":"#/$defs/CwlUnionParameterModel"},{"$ref":"#/$defs/TextParameterModel"},{"$ref":"#/$defs/IntegerParameterModel"},{"$ref":"#/$defs/FloatParameterModel"},{"$ref":"#/$defs/BooleanParameterModel"},{"$ref":"#/$defs/HiddenParameterModel"},{"$ref":"#/$defs/SelectParameterModel"},{"$ref":"#/$defs/DataParameterModel"},{"$ref":"#/$defs/DataCollectionParameterModel"},{"$ref":"#/$defs/DataColumnParameterModel"},{"$ref":"#/$defs/DirectoryUriParameterModel"},{"$ref":"#/$defs/RulesParameterModel"},{"$ref":"#/$defs/DrillDownParameterModel"},{"$ref":"#/$defs/GroupTagParameterModel"},{"$ref":"#/$defs/BaseUrlParameterModel"},{"$ref":"#/$defs/GenomeBuildParameterModel"},{"$ref":"#/$defs/ColorParameterModel"},{"$ref":"#/$defs/ConditionalParameterModel"},{"$ref":"#/$defs/RepeatParameterModel"},{"$ref":"#/$defs/SectionParameterModel"}]},"title":"Parameters","type":"array"},"is_default_when":{"title":"Is Default When","type":"boolean"}},"required":["discriminator","parameters","is_default_when"],"title":"ConditionalWhen","type":"object"},"Container":{"properties":{"type":{"enum":["docker","singularity"],"title":"Type","type":"string"},"container_id":{"title":"Container Id","type":"string"}},"required":["type","container_id"],"title":"Container","type":"object"},"ContainerRequirement":{"properties":{"type":{"const":"container","title":"Type","type":"string"},"container":{"$ref":"#/$defs/Container"}},"required":["type","container"],"title":"ContainerRequirement","type":"object"},"CwlBooleanParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_boolean","default":"cwl_boolean","title":"Parameter Type","type":"string"}},"required":["name"],"title":"CwlBooleanParameterModel","type":"object"},"CwlDirectoryParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_directory","default":"cwl_directory","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"}},"required":["name"],"title":"CwlDirectoryParameterModel","type":"object"},"CwlFileParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_file","default":"cwl_file","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"}},"required":["name"],"title":"CwlFileParameterModel","type":"object"},"CwlFloatParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_float","default":"cwl_float","title":"Parameter Type","type":"string"}},"required":["name"],"title":"CwlFloatParameterModel","type":"object"},"CwlIntegerParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_integer","default":"cwl_integer","title":"Parameter Type","type":"string"}},"required":["name"],"title":"CwlIntegerParameterModel","type":"object"},"CwlNullParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_null","default":"cwl_null","title":"Parameter Type","type":"string"}},"required":["name"],"title":"CwlNullParameterModel","type":"object"},"CwlStringParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_string","default":"cwl_string","title":"Parameter Type","type":"string"}},"required":["name"],"title":"CwlStringParameterModel","type":"object"},"CwlUnionParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"cwl_union","default":"cwl_union","title":"Parameter Type","type":"string"},"parameters":{"items":{"anyOf":[{"$ref":"#/$defs/CwlIntegerParameterModel"},{"$ref":"#/$defs/CwlFloatParameterModel"},{"$ref":"#/$defs/CwlStringParameterModel"},{"$ref":"#/$defs/CwlBooleanParameterModel"},{"$ref":"#/$defs/CwlNullParameterModel"},{"$ref":"#/$defs/CwlFileParameterModel"},{"$ref":"#/$defs/CwlDirectoryParameterModel"},{"$ref":"#/$defs/CwlUnionParameterModel"}]},"title":"Parameters","type":"array"}},"required":["name","parameters"],"title":"CwlUnionParameterModel","type":"object"},"DataCollectionParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_data_collection","default":"gx_data_collection","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"data_collection","title":"Type","type":"string"},"collection_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Collection Type"},"extensions":{"default":["data"],"items":{"type":"string"},"title":"Extensions","type":"array"},"value":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Value"}},"required":["name","type","value"],"title":"DataCollectionParameterModel","type":"object"},"DataColumnParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_data_column","default":"gx_data_column","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"data_column","title":"Type","type":"string"},"multiple":{"title":"Multiple","type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"items":{"type":"integer"},"type":"array"},{"type":"null"}],"default":null,"title":"Value"}},"required":["name","type","multiple"],"title":"DataColumnParameterModel","type":"object"},"DataParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_data","default":"gx_data","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"data","title":"Type","type":"string"},"extensions":{"default":["data"],"description":"Limit inputs to datasets with these extensions. Use \'data\' to allow all input datasets.","examples":["txt","tabular","tiff"],"items":{"type":"string"},"title":"Extensions","type":"array"},"multiple":{"default":false,"description":"Allow multiple values to be selected.","title":"Multiple","type":"boolean"},"min":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Min"},"max":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Max"}},"required":["name","type"],"title":"DataParameterModel","type":"object"},"DirectoryUriParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_directory_uri","default":"gx_directory_uri","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"directory","title":"Type","type":"string"},"validators":{"default":[],"items":{"anyOf":[{"$ref":"#/$defs/LengthParameterValidatorModel"},{"$ref":"#/$defs/RegexParameterValidatorModel"},{"$ref":"#/$defs/ExpressionParameterValidatorModel"},{"$ref":"#/$defs/EmptyFieldParameterValidatorModel"}]},"title":"Validators","type":"array"}},"required":["name","type"],"title":"DirectoryUriParameterModel","type":"object"},"DrillDownOptionsDict":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"value":{"title":"Value","type":"string"},"options":{"items":{"$ref":"#/$defs/DrillDownOptionsDict"},"title":"Options","type":"array"},"selected":{"title":"Selected","type":"boolean"}},"required":["name","value","options","selected"],"title":"DrillDownOptionsDict","type":"object"},"DrillDownParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_drill_down","default":"gx_drill_down","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"drill_down","title":"Type","type":"string"},"options":{"anyOf":[{"items":{"$ref":"#/$defs/DrillDownOptionsDict"},"type":"array"},{"type":"null"}],"default":null,"title":"Options"},"multiple":{"title":"Multiple","type":"boolean"},"hierarchy":{"enum":["recurse","exact"],"title":"Hierarchy","type":"string"}},"required":["name","type","multiple","hierarchy"],"title":"DrillDownParameterModel","type":"object"},"EmptyFieldParameterValidatorModel":{"additionalProperties":false,"properties":{"type":{"const":"empty_field","default":"empty_field","title":"Type","type":"string"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Message"},"implicit":{"default":false,"title":"Implicit","type":"boolean"},"negate":{"default":false,"title":"Negate","type":"boolean"}},"title":"EmptyFieldParameterValidatorModel","type":"object"},"ExpressionParameterValidatorModel":{"additionalProperties":false,"description":"Check if a one line python expression given expression evaluates to True.\\n\\nThe expression is given is the content of the validator tag.","properties":{"type":{"const":"expression","default":"expression","title":"Type","type":"string"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Message"},"implicit":{"default":false,"title":"Implicit","type":"boolean"},"negate":{"default":false,"title":"Negate","type":"boolean"},"expression":{"title":"Expression","type":"string"}},"required":["expression"],"title":"ExpressionParameterValidatorModel","type":"object"},"FilePatternDatasetCollectionDescription":{"properties":{"discover_via":{"const":"pattern","title":"Discover Via","type":"string"},"format":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Format"},"visible":{"title":"Visible","type":"boolean"},"assign_primary_output":{"title":"Assign Primary Output","type":"boolean"},"directory":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Directory"},"recurse":{"title":"Recurse","type":"boolean"},"match_relative_path":{"title":"Match Relative Path","type":"boolean"},"sort_key":{"enum":["filename","name","designation","dbkey"],"title":"Sort Key","type":"string"},"sort_comp":{"enum":["lexical","numeric"],"title":"Sort Comp","type":"string"},"pattern":{"title":"Pattern","type":"string"}},"required":["discover_via","format","visible","assign_primary_output","directory","recurse","match_relative_path","sort_key","sort_comp","pattern"],"title":"FilePatternDatasetCollectionDescription","type":"object"},"FloatParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_float","default":"gx_float","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"float","title":"Type","type":"string"},"value":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Value"},"min":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Min"},"max":{"anyOf":[{"type":"number"},{"type":"null"}],"default":null,"title":"Max"},"validators":{"default":[],"items":{"$ref":"#/$defs/InRangeParameterValidatorModel"},"title":"Validators","type":"array"}},"required":["name","type"],"title":"FloatParameterModel","type":"object"},"GalaxyToolParameterModel":{"discriminator":{"mapping":{"baseurl":"#/$defs/BaseUrlParameterModel","boolean":"#/$defs/BooleanParameterModel","color":"#/$defs/ColorParameterModel","conditional":"#/$defs/ConditionalParameterModel","data":"#/$defs/DataParameterModel","data_collection":"#/$defs/DataCollectionParameterModel","data_column":"#/$defs/DataColumnParameterModel","directory":"#/$defs/DirectoryUriParameterModel","drill_down":"#/$defs/DrillDownParameterModel","float":"#/$defs/FloatParameterModel","genomebuild":"#/$defs/GenomeBuildParameterModel","group_tag":"#/$defs/GroupTagParameterModel","hidden":"#/$defs/HiddenParameterModel","integer":"#/$defs/IntegerParameterModel","repeat":"#/$defs/RepeatParameterModel","rules":"#/$defs/RulesParameterModel","section":"#/$defs/SectionParameterModel","select":"#/$defs/SelectParameterModel","text":"#/$defs/TextParameterModel"},"propertyName":"type"},"oneOf":[{"$ref":"#/$defs/TextParameterModel"},{"$ref":"#/$defs/IntegerParameterModel"},{"$ref":"#/$defs/FloatParameterModel"},{"$ref":"#/$defs/BooleanParameterModel"},{"$ref":"#/$defs/HiddenParameterModel"},{"$ref":"#/$defs/SelectParameterModel"},{"$ref":"#/$defs/DataParameterModel"},{"$ref":"#/$defs/DataCollectionParameterModel"},{"$ref":"#/$defs/DataColumnParameterModel"},{"$ref":"#/$defs/DirectoryUriParameterModel"},{"$ref":"#/$defs/RulesParameterModel"},{"$ref":"#/$defs/DrillDownParameterModel"},{"$ref":"#/$defs/GroupTagParameterModel"},{"$ref":"#/$defs/BaseUrlParameterModel"},{"$ref":"#/$defs/GenomeBuildParameterModel"},{"$ref":"#/$defs/ColorParameterModel"},{"$ref":"#/$defs/ConditionalParameterModel"},{"$ref":"#/$defs/RepeatParameterModel"},{"$ref":"#/$defs/SectionParameterModel"}],"title":"GalaxyToolParameterModel"},"GenomeBuildParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_genomebuild","default":"gx_genomebuild","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"genomebuild","title":"Type","type":"string"},"multiple":{"title":"Multiple","type":"boolean"}},"required":["name","type","multiple"],"title":"GenomeBuildParameterModel","type":"object"},"GroupTagParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_group_tag","default":"gx_group_tag","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"group_tag","title":"Type","type":"string"},"multiple":{"title":"Multiple","type":"boolean"}},"required":["name","type","multiple"],"title":"GroupTagParameterModel","type":"object"},"HelpContent":{"properties":{"format":{"enum":["restructuredtext","plain_text","markdown"],"title":"Format","type":"string"},"content":{"title":"Content","type":"string"}},"required":["format","content"],"title":"HelpContent","type":"object"},"HiddenParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_hidden","default":"gx_hidden","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"hidden","title":"Type","type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Value"},"validators":{"default":[],"items":{"anyOf":[{"$ref":"#/$defs/LengthParameterValidatorModel"},{"$ref":"#/$defs/RegexParameterValidatorModel"},{"$ref":"#/$defs/ExpressionParameterValidatorModel"},{"$ref":"#/$defs/EmptyFieldParameterValidatorModel"}]},"title":"Validators","type":"array"}},"required":["name","type","value"],"title":"HiddenParameterModel","type":"object"},"InRangeParameterValidatorModel":{"additionalProperties":false,"properties":{"type":{"const":"in_range","default":"in_range","title":"Type","type":"string"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Message"},"implicit":{"default":false,"title":"Implicit","type":"boolean"},"min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"default":null,"title":"Min"},"max":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"default":null,"title":"Max"},"exclude_min":{"default":false,"title":"Exclude Min","type":"boolean"},"exclude_max":{"default":false,"title":"Exclude Max","type":"boolean"},"negate":{"default":false,"title":"Negate","type":"boolean"}},"title":"InRangeParameterValidatorModel","type":"object"},"IncomingToolOutputCollection":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Parameter name. Used when referencing parameter in workflows.","title":"Name"},"label":{"anyOf":[{"description":"Output label. Will be used as dataset name in history.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"hidden":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"description":"If true, the output will not be shown in the history.","title":"Hidden"},"type":{"const":"collection","title":"Type","type":"string"},"structure":{"$ref":"#/$defs/ToolOutputCollectionStructure"}},"required":["type","structure"],"title":"IncomingToolOutputCollection","type":"object"},"IncomingToolOutputDataset":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Parameter name. Used when referencing parameter in workflows.","title":"Name"},"label":{"anyOf":[{"description":"Output label. Will be used as dataset name in history.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"hidden":{"anyOf":[{"type":"boolean"},{"type":"null"}],"default":null,"description":"If true, the output will not be shown in the history.","title":"Hidden"},"type":{"const":"data","title":"Type","type":"string"},"format":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"The short name for the output datatype.","title":"Format"},"format_source":{"anyOf":[{"description":"This sets the data type of the output dataset(s) to be the same format as that of the specified tool input.","type":"string"},{"type":"null"}],"default":null,"title":"Format Source"},"metadata_source":{"anyOf":[{"description":"This copies the metadata information from the tool’s input dataset to serve as default for information that cannot be detected from the output. One prominent use case is interval data with a non-standard column order that cannot be deduced from a header line, but which is known to be identical in the input and output datasets.","type":"string"},{"type":"null"}],"default":null,"title":"Metadata Source"},"discover_datasets":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/$defs/FilePatternDatasetCollectionDescription"},{"$ref":"#/$defs/ToolProvidedMetadataDatasetCollection"}]},"type":"array"},{"type":"null"}],"default":null,"title":"Discover Datasets"},"from_work_dir":{"anyOf":[{"description":"Relative path to a file produced by the tool in its working directory. Output’s contents are set to this file’s contents.","title":"from_work_dir","type":"string"},{"type":"null"}],"default":null,"title":"From Work Dir"}},"required":["type"],"title":"IncomingToolOutputDataset","type":"object"},"IntegerParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_integer","default":"gx_integer","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"title":"Optional","type":"boolean"},"type":{"const":"integer","title":"Type","type":"string"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Value"},"min":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Min"},"max":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Max"},"validators":{"default":[],"items":{"$ref":"#/$defs/InRangeParameterValidatorModel"},"title":"Validators","type":"array"}},"required":["name","optional","type"],"title":"IntegerParameterModel","type":"object"},"JavascriptRequirement":{"properties":{"type":{"const":"javascript","title":"Type","type":"string"},"expression_lib":{"anyOf":[{"items":{"description":"Provide Javascript/ECMAScript 5.1 code here that will be available for expressions inside the `shell_command` field.","examples":["function pickValue() {\\n if (inputs.conditional_parameter.test_parameter == \\"a\\") {\\n return inputs.conditional_parameter.integer_parameter\\n } else {\\n return inputs.conditional_parameter.boolean_parameter\\n }\\n}"],"title":"expression_lib","type":"string"},"type":"array"},{"type":"null"}],"title":"Expression Lib"}},"required":["type","expression_lib"],"title":"JavascriptRequirement","type":"object"},"LabelValue":{"properties":{"label":{"title":"Label","type":"string"},"value":{"title":"Value","type":"string"},"selected":{"title":"Selected","type":"boolean"}},"required":["label","value","selected"],"title":"LabelValue","type":"object"},"LengthParameterValidatorModel":{"additionalProperties":false,"properties":{"type":{"const":"length","default":"length","title":"Type","type":"string"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Message"},"implicit":{"default":false,"title":"Implicit","type":"boolean"},"min":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Min"},"max":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Max"},"negate":{"default":false,"title":"Negate","type":"boolean"}},"title":"LengthParameterValidatorModel","type":"object"},"NoOptionsParameterValidatorModel":{"additionalProperties":false,"properties":{"type":{"const":"no_options","default":"no_options","title":"Type","type":"string"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Message"},"implicit":{"default":false,"title":"Implicit","type":"boolean"},"negate":{"default":false,"title":"Negate","type":"boolean"}},"title":"NoOptionsParameterValidatorModel","type":"object"},"RegexParameterValidatorModel":{"additionalProperties":false,"description":"Check if a regular expression **matches** the value, i.e. appears\\nat the beginning of the value. To enforce a match of the complete value use\\n``$`` at the end of the expression. The expression is given is the content\\nof the validator tag. Note that for ``selects`` each option is checked\\nseparately.","properties":{"type":{"const":"regex","default":"regex","title":"Type","type":"string"},"message":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Message"},"implicit":{"default":false,"title":"Implicit","type":"boolean"},"negate":{"default":false,"title":"Negate","type":"boolean"},"expression":{"title":"Expression","type":"string"}},"required":["expression"],"title":"RegexParameterValidatorModel","type":"object"},"RepeatParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_repeat","default":"gx_repeat","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"repeat","title":"Type","type":"string"},"parameters":{"items":{"anyOf":[{"$ref":"#/$defs/CwlIntegerParameterModel"},{"$ref":"#/$defs/CwlFloatParameterModel"},{"$ref":"#/$defs/CwlStringParameterModel"},{"$ref":"#/$defs/CwlBooleanParameterModel"},{"$ref":"#/$defs/CwlNullParameterModel"},{"$ref":"#/$defs/CwlFileParameterModel"},{"$ref":"#/$defs/CwlDirectoryParameterModel"},{"$ref":"#/$defs/CwlUnionParameterModel"},{"$ref":"#/$defs/TextParameterModel"},{"$ref":"#/$defs/IntegerParameterModel"},{"$ref":"#/$defs/FloatParameterModel"},{"$ref":"#/$defs/BooleanParameterModel"},{"$ref":"#/$defs/HiddenParameterModel"},{"$ref":"#/$defs/SelectParameterModel"},{"$ref":"#/$defs/DataParameterModel"},{"$ref":"#/$defs/DataCollectionParameterModel"},{"$ref":"#/$defs/DataColumnParameterModel"},{"$ref":"#/$defs/DirectoryUriParameterModel"},{"$ref":"#/$defs/RulesParameterModel"},{"$ref":"#/$defs/DrillDownParameterModel"},{"$ref":"#/$defs/GroupTagParameterModel"},{"$ref":"#/$defs/BaseUrlParameterModel"},{"$ref":"#/$defs/GenomeBuildParameterModel"},{"$ref":"#/$defs/ColorParameterModel"},{"$ref":"#/$defs/ConditionalParameterModel"},{"$ref":"#/$defs/RepeatParameterModel"},{"$ref":"#/$defs/SectionParameterModel"}]},"title":"Parameters","type":"array"},"min":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Min"},"max":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"title":"Max"}},"required":["name","type","parameters"],"title":"RepeatParameterModel","type":"object"},"ResourceRequirement":{"properties":{"type":{"const":"resource","title":"Type","type":"string"},"cores_min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Cores Min"},"cores_max":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Cores Max"},"ram_min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Ram Min"},"ram_max":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Ram Max"},"tmpdir_min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Tmpdir Min"},"tmpdir_max":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Tmpdir Max"},"cuda_version_min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Cuda Version Min"},"cuda_compute_capability":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Cuda Compute Capability"},"gpu_memory_min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Gpu Memory Min"},"cuda_device_count_min":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Cuda Device Count Min"},"cuda_device_count_max":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Cuda Device Count Max"},"shm_size":{"anyOf":[{"type":"number"},{"type":"integer"},{"type":"null"}],"title":"Shm Size"}},"required":["type","cores_min","cores_max","ram_min","ram_max","tmpdir_min","tmpdir_max","cuda_version_min","cuda_compute_capability","gpu_memory_min","cuda_device_count_min","cuda_device_count_max","shm_size"],"title":"ResourceRequirement","type":"object"},"RulesParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_rules","default":"gx_rules","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"rules","title":"Type","type":"string"}},"required":["name","type"],"title":"RulesParameterModel","type":"object"},"SectionParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_section","default":"gx_section","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"section","title":"Type","type":"string"},"parameters":{"items":{"anyOf":[{"$ref":"#/$defs/CwlIntegerParameterModel"},{"$ref":"#/$defs/CwlFloatParameterModel"},{"$ref":"#/$defs/CwlStringParameterModel"},{"$ref":"#/$defs/CwlBooleanParameterModel"},{"$ref":"#/$defs/CwlNullParameterModel"},{"$ref":"#/$defs/CwlFileParameterModel"},{"$ref":"#/$defs/CwlDirectoryParameterModel"},{"$ref":"#/$defs/CwlUnionParameterModel"},{"$ref":"#/$defs/TextParameterModel"},{"$ref":"#/$defs/IntegerParameterModel"},{"$ref":"#/$defs/FloatParameterModel"},{"$ref":"#/$defs/BooleanParameterModel"},{"$ref":"#/$defs/HiddenParameterModel"},{"$ref":"#/$defs/SelectParameterModel"},{"$ref":"#/$defs/DataParameterModel"},{"$ref":"#/$defs/DataCollectionParameterModel"},{"$ref":"#/$defs/DataColumnParameterModel"},{"$ref":"#/$defs/DirectoryUriParameterModel"},{"$ref":"#/$defs/RulesParameterModel"},{"$ref":"#/$defs/DrillDownParameterModel"},{"$ref":"#/$defs/GroupTagParameterModel"},{"$ref":"#/$defs/BaseUrlParameterModel"},{"$ref":"#/$defs/GenomeBuildParameterModel"},{"$ref":"#/$defs/ColorParameterModel"},{"$ref":"#/$defs/ConditionalParameterModel"},{"$ref":"#/$defs/RepeatParameterModel"},{"$ref":"#/$defs/SectionParameterModel"}]},"title":"Parameters","type":"array"}},"required":["name","type","parameters"],"title":"SectionParameterModel","type":"object"},"SelectParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_select","default":"gx_select","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"select","title":"Type","type":"string"},"options":{"anyOf":[{"items":{"$ref":"#/$defs/LabelValue"},"type":"array"},{"type":"null"}],"default":null,"title":"Options"},"multiple":{"default":false,"title":"Multiple","type":"boolean"},"validators":{"default":[],"items":{"$ref":"#/$defs/NoOptionsParameterValidatorModel"},"title":"Validators","type":"array"}},"required":["name","type"],"title":"SelectParameterModel","type":"object"},"TextParameterModel":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows or inside command templating.","title":"Name","type":"string"},"parameter_type":{"const":"gx_text","default":"gx_text","title":"Parameter Type","type":"string"},"hidden":{"default":false,"title":"Hidden","type":"boolean"},"label":{"anyOf":[{"description":"Will be displayed on the tool page as the label of the parameter.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"help":{"anyOf":[{"description":"Short bit of text, rendered on the tool form just below the associated field to provide information about the field.","type":"string"},{"type":"null"}],"default":null,"title":"Help"},"argument":{"anyOf":[{"description":"If the parameter reflects just one command line argument of a certain tool, this tag should be set to that particular argument. It is rendered in parenthesis after the help section, and it will create the name attribute (if not given explicitly) from the argument attribute by stripping leading dashes and replacing all remaining dashes by underscores (e.g. if argument=\\"--long-parameter\\" then name=\\"long_parameter\\" is implicit).","type":"string"},{"type":"null"}],"default":null,"title":"Argument"},"is_dynamic":{"default":false,"title":"Is Dynamic","type":"boolean"},"optional":{"default":false,"description":"If `false`, parameter must have a value.","title":"Optional","type":"boolean"},"type":{"const":"text","title":"Type","type":"string"},"area":{"default":false,"title":"Area","type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Value"},"default_options":{"default":[],"items":{"$ref":"#/$defs/LabelValue"},"title":"Default Options","type":"array"},"validators":{"default":[],"items":{"anyOf":[{"$ref":"#/$defs/LengthParameterValidatorModel"},{"$ref":"#/$defs/RegexParameterValidatorModel"},{"$ref":"#/$defs/ExpressionParameterValidatorModel"},{"$ref":"#/$defs/EmptyFieldParameterValidatorModel"}]},"title":"Validators","type":"array"}},"required":["name","type"],"title":"TextParameterModel","type":"object"},"ToolOutputBoolean":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows.","title":"Name"},"label":{"anyOf":[{"description":"Output label. Will be used as dataset name in history.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"hidden":{"description":"If true, the output will not be shown in the history.","title":"Hidden"},"type":{"const":"boolean","title":"Type","type":"string"}},"required":["name","hidden","type"],"title":"ToolOutputBoolean","type":"object"},"ToolOutputCollectionStructure":{"properties":{"collection_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Collection Type"},"collection_type_source":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Collection Type Source"},"collection_type_from_rules":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Collection Type From Rules"},"structured_like":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Structured Like"},"discover_datasets":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/$defs/FilePatternDatasetCollectionDescription"},{"$ref":"#/$defs/ToolProvidedMetadataDatasetCollection"}]},"type":"array"},{"type":"null"}],"default":null,"title":"Discover Datasets"}},"title":"ToolOutputCollectionStructure","type":"object"},"ToolOutputFloat":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows.","title":"Name"},"label":{"anyOf":[{"description":"Output label. Will be used as dataset name in history.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"hidden":{"description":"If true, the output will not be shown in the history.","title":"Hidden"},"type":{"const":"float","title":"Type","type":"string"}},"required":["name","hidden","type"],"title":"ToolOutputFloat","type":"object"},"ToolOutputInteger":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows.","title":"Name"},"label":{"anyOf":[{"description":"Output label. Will be used as dataset name in history.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"hidden":{"description":"If true, the output will not be shown in the history.","title":"Hidden"},"type":{"const":"integer","title":"Type","type":"string"}},"required":["name","hidden","type"],"title":"ToolOutputInteger","type":"object"},"ToolOutputText":{"properties":{"name":{"description":"Parameter name. Used when referencing parameter in workflows.","title":"Name"},"label":{"anyOf":[{"description":"Output label. Will be used as dataset name in history.","type":"string"},{"type":"null"}],"default":null,"title":"Label"},"hidden":{"description":"If true, the output will not be shown in the history.","title":"Hidden"},"type":{"const":"text","title":"Type","type":"string"}},"required":["name","hidden","type"],"title":"ToolOutputText","type":"object"},"ToolProvidedMetadataDatasetCollection":{"properties":{"discover_via":{"const":"tool_provided_metadata","title":"Discover Via","type":"string"},"format":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Format"},"visible":{"title":"Visible","type":"boolean"},"assign_primary_output":{"title":"Assign Primary Output","type":"boolean"},"directory":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Directory"},"recurse":{"title":"Recurse","type":"boolean"},"match_relative_path":{"title":"Match Relative Path","type":"boolean"}},"required":["discover_via","format","visible","assign_primary_output","directory","recurse","match_relative_path"],"title":"ToolProvidedMetadataDatasetCollection","type":"object"},"XrefDict":{"properties":{"value":{"title":"Value","type":"string"},"type":{"title":"Type","type":"string"}},"required":["value","type"],"title":"XrefDict","type":"object"}},"properties":{"class":{"const":"GalaxyUserTool","title":"Class","type":"string"},"id":{"description":"Unique identifier for the tool. Should be all lower-case and should not include whitespace.","examples":["my-cool-tool"],"maxLength":255,"minLength":3,"title":"Id","type":"string"},"version":{"description":"Version for the tool.","examples":["0.1.0"],"title":"Version","type":"string"},"name":{"description":"The name of the tool, displayed in the tool menu. This is not the same as the tool id, which is a unique identifier for the tool.","title":"Name","type":"string"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"The description is displayed in the tool menu immediately following the hyperlink for the tool.","title":"Description"},"container":{"description":"Container image to use for this tool.","examples":["quay.io/biocontainers/python:3.13"],"title":"Container","type":"string"},"requirements":{"anyOf":[{"items":{"anyOf":[{"$ref":"#/$defs/JavascriptRequirement"},{"$ref":"#/$defs/ResourceRequirement"},{"$ref":"#/$defs/ContainerRequirement"}]},"type":"array"},{"type":"null"}],"default":[],"description":"A list of requirements needed to execute this tool. These can be javascript expressions, resource requirements or container images.","title":"Requirements"},"shell_command":{"description":"A string that contains the command to be executed. Parameters can be referenced inside $().","examples":["head -n \'$(inputs.n_lines)\' \'$(inputs.data_input.path)\'"],"title":"shell_command","type":"string"},"inputs":{"default":[],"items":{"$ref":"#/$defs/GalaxyToolParameterModel"},"title":"Inputs","type":"array"},"outputs":{"default":[],"items":{"discriminator":{"mapping":{"boolean":"#/$defs/ToolOutputBoolean","collection":"#/$defs/IncomingToolOutputCollection","data":"#/$defs/IncomingToolOutputDataset","float":"#/$defs/ToolOutputFloat","integer":"#/$defs/ToolOutputInteger","text":"#/$defs/ToolOutputText"},"propertyName":"type"},"oneOf":[{"$ref":"#/$defs/IncomingToolOutputDataset"},{"$ref":"#/$defs/IncomingToolOutputCollection"},{"$ref":"#/$defs/ToolOutputText"},{"$ref":"#/$defs/ToolOutputInteger"},{"$ref":"#/$defs/ToolOutputFloat"},{"$ref":"#/$defs/ToolOutputBoolean"}]},"title":"Outputs","type":"array"},"citations":{"anyOf":[{"items":{"$ref":"#/$defs/Citation"},"type":"array"},{"type":"null"}],"default":null,"title":"Citations"},"license":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"A full URI or a a short [SPDX](https://spdx.org/licenses/) identifier for a license for this tool wrapper. The tool wrapper license can be independent of the underlying tool license. This license covers the tool yaml and associated scripts shipped with the tool.","examples":["MIT"],"title":"License"},"edam_operations":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"title":"Edam Operations"},"edam_topics":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":null,"title":"Edam Topics"},"xrefs":{"anyOf":[{"items":{"$ref":"#/$defs/XrefDict"},"type":"array"},{"type":"null"}],"default":null,"title":"Xrefs"},"help":{"anyOf":[{"$ref":"#/$defs/HelpContent"},{"type":"null"}],"default":null,"description":"Help text shown below the tool interface."}},"required":["class","id","version","name","container","shell_command"],"title":"UserToolSource","type":"object"}');var g=a(80704),h=a(37601),b=a(8752),$=a(42466),w=a(70077),P=a(97363),M=a(66761),_=a(83110),v=a(9113),x=a(95294),O=a(52485),C=a(27532),T=a(41539),j=a(13564),D=a(80494);const I="yaml-with-js",k=i.Uri.parse("file://embedded-model.js"),S=i.Uri.parse("file://runtime-defs.ts");async function N(e){e.languages.register({id:I}),e.languages.register({id:"typescript"}),e.languages.register({id:"javascript"}),e.languages.register({id:"yaml"});const t=[];t.push(e.languages.setMonarchTokensProvider(I,u)),t.push(e.languages.setLanguageConfiguration(I,{comments:{lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"],["$(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"$(",close:")"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}]})),e.languages.typescript.typescriptDefaults.setCompilerOptions({target:e.languages.typescript.ScriptTarget.ES2017,allowNonTsExtensions:!0,strict:!0,moduleResolution:e.languages.typescript.ModuleResolutionKind.NodeJs,checkJs:!0,noEmit:!0,lib:["es2017"]}),e.languages.typescript.typescriptDefaults.setEagerModelSync(!0),H();const{dispose:a}=(0,d.f)(e,{enableSchemaRequest:!1,schemas:[{fileMatch:["tool.yml"],schema:c,uri:"https://schema.galaxyproject.org/customTool.json"}]}),{dispose:r,providerFunctions:l}=function(e,t){const a={completion:!0,customTags:[],enableSchemaRequest:!1,format:!0,isKubernetes:!1,hover:!0,schemas:[],validate:!0,yamlVersion:"1.2",...t},r=(0,D.U)(e,{label:"yaml",moduleId:"monaco-yaml/yaml.worker",createData:a}),l={autoFormatTriggerCharacters:["\n"],triggerCharacters:[" ",":"],displayName:"yaml",async provideMarkerData(e){const t=await r.getWorker(e.uri),a=await t.doValidation(String(e.uri));return a?.map(g.Q)},async resetMarkerData(e){const t=await r.getWorker(e.uri);await t.resetSchema(String(e.uri))},async provideCompletionItems(e,t){const a=e.getWordUntilPosition(t),l=await r.getWorker(e.uri),i=await l.doComplete(String(e.uri),(0,h.K)(t));if(i)return(0,b.G)(i,{range:{startLineNumber:t.lineNumber,startColumn:a.startColumn,endLineNumber:t.lineNumber,endColumn:a.endColumn}})},async provideHover(e,t){const a=await r.getWorker(e.uri),l=await a.doHover(String(e.uri),(0,h.K)(t));if(l)return(0,$.k)(l)},async provideDefinition(e,t){const a=await r.getWorker(e.uri),l=await a.doDefinition(String(e.uri),(0,h.K)(t));return l?.map(w.n)},async provideDocumentSymbols(e){const t=await r.getWorker(e.uri),a=await t.findDocumentSymbols(String(e.uri));return a?.map(P.p)},async provideDocumentFormattingEdits(e){const t=await r.getWorker(e.uri),a=await t.format(String(e.uri));return a?.map(M.F)},async provideLinks(e){const t=await r.getWorker(e.uri),a=await t.findLinks(String(e.uri));if(a)return{links:a.map(_.S)}},async provideCodeActions(e,t,a){const l=await r.getWorker(e.uri),i=await l.getCodeAction(String(e.uri),(0,v.y)(t),(0,x.v)(a));if(i)return{actions:i.map(O.$),dispose(){}}},async provideFoldingRanges(e){const t=await r.getWorker(e.uri),a=await t.getFoldingRanges(String(e.uri));return a?.map(C.G)},async provideOnTypeFormattingEdits(e,t,a,l){const i=await r.getWorker(e.uri),n=await i.doDocumentOnTypeFormatting(String(e.uri),(0,h.K)(t),a,(0,T.G)(l));return n?.map(M.F)},async provideSelectionRanges(e,t){const a=await r.getWorker(e.uri),l=await a.getSelectionRanges(String(e.uri),t.map(h.K));return l?.map(j.m)}};return{dispose:r,providerFunctions:l}}(e,{enableSchemaRequest:!1,schemas:[{fileMatch:["tool.yml"],schema:c,uri:"https://schema.galaxyproject.org/customTool.json"}]});t.push(r);const n=await async function(e){const t=[],a=i.editor.getModels().find((e=>e.getLanguageId()==I)),r=i.editor.getModel(k)||i.editor.createModel("","typescript",k);return async function(e){const t=e.provideCompletionItems,a=e.provideHover;e.provideCompletionItems=async(e,a)=>{const r=await async function(e,t){let a;const r=await L(e,t);if(r){const{offset:l,model:n}=r,o=await V(n);if(a=await o.getCompletionsAtPosition(n.uri.toString(),l),a&&a.entries){const r=e.getWordUntilPosition(t);return{suggestions:a.entries.map((e=>({label:e.name,kind:i.languages.CompletionItemKind[e.kind[0].toUpperCase()+e.kind.slice(1)],insertText:e.name,range:{startLineNumber:t.lineNumber,startColumn:r.startColumn,endLineNumber:t.lineNumber,endColumn:r.endColumn}})))}}}return{suggestions:[]}}(e,a);return r?.suggestions?.length>0?r:await t(e,a)},e.provideHover=async(e,t)=>await async function(e,t){const a=await L(e,t);if(a){const e=await V(a.model),r=await e.getQuickInfoAtPosition(a.model.uri.toString(),a.offset);if(r)return function(e,t){const{displayParts:a,documentation:r,tags:l}=e,i=[];if(a&&a.length>0){const e=a.map((e=>e.text)).join("");i.push({value:"```ts\n"+e+"\n```"})}if(r&&r.length>0){const e=r.map((e=>e.text)).join("");i.push({value:e})}l&&l.length>0&&l.forEach((e=>{if(e.text&&Array.isArray(e.text)){const t=e.text.map((e=>e.text)).join("");i.push({value:`**@${e.name}** — ${t}`})}else"string"==typeof e.text&&i.push({value:`**@${e.name}** — ${e.text}`})}));return{range:{startLineNumber:t.lineNumber,startColumn:t.column,endLineNumber:t.lineNumber,endColumn:t.column},contents:i}}(r,t)}return null}(e,t)||await a(e,t)}(e),t.push(i.languages.registerHoverProvider(I,e)),t.push(i.languages.registerCompletionItemProvider(I,{triggerCharacters:["."],provideCompletionItems:e.provideCompletionItems})),t.push(i.languages.registerDefinitionProvider(I,e)),t.push(i.languages.registerDocumentSymbolProvider(I,e)),t.push(i.languages.registerDocumentFormattingEditProvider(I,e)),t.push(i.languages.registerLinkProvider(I,e)),t.push(i.languages.registerCodeActionProvider(I,e)),t.push(i.languages.registerFoldingRangeProvider(I,e)),t.push(i.languages.registerOnTypeFormattingEditProvider(I,e)),t.push(i.languages.registerSelectionRangeProvider(I,e)),function(e,t,a){i.editor.setModelMarkers(e,"owner",[]),e.onDidChangeContent((async()=>{const r=e.getValue(),l=q(r);await async function(e,t,a){e&&await H(e);a.setValue(t)}(r,l,t);const n=await a(e),o=await async function(e){const t=e.getValue(),a=i.editor.getModel(k),r=t.indexOf(a.getValue()),l=[{start:r,model:a}],n=m(t),o=n.map(((e,t)=>{const a=R(t,e.fragment);return{start:e.start,model:a}}));return[...l,...o]}(e),s=await i.languages.typescript.getTypeScriptWorker(),p=[...n],d=o.map((async t=>{const a=await s(t.model.uri);(await a.getSemanticDiagnostics(t.model.uri.toString())).forEach((a=>{const r=e.getPositionAt(t.start+a.start),l=e.getPositionAt(t.start+a.start+a.length);p.push({severity:i.MarkerSeverity.Error,message:"string"==typeof a.messageText?a.messageText:a.messageText.messageText,startLineNumber:r.lineNumber,startColumn:r.column,endLineNumber:l.lineNumber,endColumn:l.column})}))}));await Promise.all(d),i.editor.setModelMarkers(e,"owner",p)}))}(a,r,e.provideMarkerData),t}(l);return function(){a(),e.editor.getModels().map((e=>e.dispose())),[...t,...n].map((e=>e.dispose()))}}function q(e){const t=/(expression_lib):\s*-\s*\|([\s\S]*?)(?=\n\s*-\s|\n\s*\w+:|\n\s*$)/g.exec(e);if(t){if(t[2])return t[2];if(t[3])return t[3]}return""}const U='\ndeclare global {\n const inputs: components["schemas"]["inputs"]\n}\n';async function H(e){if(e){const{schemaInterface:t,error:a}=await y(e);if(a)console.error(a);else{const e=`${t}\n${U}`,a=i.editor.getModel(S)||i.editor.createModel("","typescript",S);a.getValue()!=e&&a.setValue(e)}}}async function V(e){const t=await i.languages.typescript.getTypeScriptWorker();return await t(e.uri)}function R(e,t){const a=i.Uri.parse(`file://temp-fragment-${e}`),r=i.editor.getModel(a)||i.editor.createModel(t,"typescript",a);return r.setValue(t),r}async function L(e,t){const a=e.getValue(),r=m(a),l=e.getOffsetAt(t),n=r.findIndex((e=>e.start<=l&&e.start+e.fragment.length>=l));if(n>=0){const e=r[n];return{offset:l-e.start,model:R(n,e.fragment)}}const o=q(a);if(o){const e=l-a.indexOf(o);if(e<0||e>o.length)return;const t=i.editor.getModel(k);return t.setValue(o),{offset:e,model:t}}}var F=a(11642);const W=(0,r.defineComponent)({__name:"CustomToolEditor",props:{toolUuid:null},setup(e){const t=e;l.wG.config({monaco:i});const{unload:a,monacoRef:d}=(0,l.dJ)(),m=(0,p.D)(),u=(0,n.rd)(),f=(0,r.ref)();(0,r.watch)(d,(()=>{d.value&&(0,r.nextTick)().then((()=>{N(i).then((e=>{f.value=e}))}))}),{immediate:!0}),(0,r.onUnmounted)((()=>{f.value(),a()}));const y=(0,r.ref)(),c=(0,r.ref)(),g='class: GalaxyUserTool\nid:\nname:\nversion: "0.1"\ndescription:\ncontainer:\nshell_command:\ninputs:\n - name: input1\n type: data\noutputs:\n - name: output1\n type: data',h=(0,r.ref)(g);return t.toolUuid&&(0,s.LQ)().GET("/api/unprivileged_tools/{uuid}",{params:{path:{uuid:t.toolUuid}}}).then((({data:e,error:t})=>{t||(h.value=(0,o.As)(e.representation))})),{__sfc:!0,unload:a,monacoRef:d,unprivilegedToolStore:m,router:u,disposeConfig:f,props:t,errorMsg:y,persistedTool:c,defaultYaml:g,yamlRepresentation:h,saveTool:async function(){if(!h.value)return void console.error("No yaml to parse");const e={active:!0,hidden:!1,representation:(0,o.qg)(h.value),src:"representation",allow_load:!0},{data:t,error:a}=await(0,s.LQ)().POST("/api/unprivileged_tools",{body:e});a?y.value=a:(c.value=t,m.load(!0),u.push(`/tools/editor/${t.uuid}`))},VueMonacoEditor:l.FQ,Heading:F.A}}});const E=(0,a(14486).A)(W,(function(){var e=this,t=e._self._c,a=e._self._setupProxy;return t("div",[t("div",{staticClass:"d-flex flex-gapx-1"},[t(a.Heading,{staticClass:"flex-grow-1 mb-2",attrs:{h1:"",separator:"",inline:"",size:"lg"}},[e._v("Tool Editor")]),e._v(" "),t("b-button",{attrs:{variant:"primary",size:"m"},on:{click:a.saveTool}},[e._v("Save")])],1),e._v(" "),t(a.VueMonacoEditor,{attrs:{language:"yaml-with-js","default-path":"tool.yml",options:{quickSuggestions:{other:!0,comments:!1,strings:!0}}},model:{value:a.yamlRepresentation,callback:function(e){a.yamlRepresentation=e},expression:"yamlRepresentation"}})],1)}),[],!1,null,null,null).exports}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_galaxyproject_galaxy_client=self.webpackChunk_galaxyproject_galaxy_client||[]).push([[531],{7701:(e,o,m)=>{var d={"./theme-ambiance":[42149,2149],"./theme-ambiance.js":[42149,2149],"./theme-chaos":[99761,2142],"./theme-chaos.js":[99761,2142],"./theme-chrome":[62879,2879],"./theme-chrome.js":[62879,2879],"./theme-cloud9_day":[66340,6340],"./theme-cloud9_day.js":[66340,6340],"./theme-cloud9_night":[28232,8232],"./theme-cloud9_night.js":[28232,8232],"./theme-cloud9_night_low_color":[89049,9049],"./theme-cloud9_night_low_color.js":[89049,9049],"./theme-cloud_editor":[42286,2286],"./theme-cloud_editor.js":[42286,2286],"./theme-cloud_editor_dark":[19545,9545],"./theme-cloud_editor_dark.js":[19545,9545],"./theme-clouds":[58443,8443],"./theme-clouds.js":[58443,8443],"./theme-clouds_midnight":[94234,4234],"./theme-clouds_midnight.js":[94234,4234],"./theme-cobalt":[88126,8126],"./theme-cobalt.js":[88126,8126],"./theme-crimson_editor":[46746,6746],"./theme-crimson_editor.js":[46746,6746],"./theme-dawn":[30284,7903],"./theme-dawn.js":[30284,7903],"./theme-dracula":[51103,1103],"./theme-dracula.js":[51103,1103],"./theme-dreamweaver":[11994,1994],"./theme-dreamweaver.js":[11994,1994],"./theme-eclipse":[76680,6680],"./theme-eclipse.js":[76680,6680],"./theme-github":[88978,8978],"./theme-github.js":[88978,8978],"./theme-github_dark":[16453,6453],"./theme-github_dark.js":[16453,6453],"./theme-github_light_default":[19399,9399],"./theme-github_light_default.js":[19399,9399],"./theme-gob":[90413,413],"./theme-gob.js":[90413,413],"./theme-gruvbox":[90466,466],"./theme-gruvbox.js":[90466,466],"./theme-gruvbox_dark_hard":[49137,9137],"./theme-gruvbox_dark_hard.js":[49137,9137],"./theme-gruvbox_light_hard":[96745,6745],"./theme-gruvbox_light_hard.js":[96745,6745],"./theme-idle_fingers":[98290,8290],"./theme-idle_fingers.js":[98290,8290],"./theme-iplastic":[76700,6700],"./theme-iplastic.js":[76700,6700],"./theme-katzenmilch":[67007,7007],"./theme-katzenmilch.js":[67007,7007],"./theme-kr_theme":[9286,9286],"./theme-kr_theme.js":[9286,9286],"./theme-kuroir":[9673,9673],"./theme-kuroir.js":[9673,9673],"./theme-merbivore":[36008,1246],"./theme-merbivore.js":[36008,1246],"./theme-merbivore_soft":[28245,8245],"./theme-merbivore_soft.js":[28245,8245],"./theme-mono_industrial":[13222,3222],"./theme-mono_industrial.js":[13222,3222],"./theme-monokai":[97175,7175],"./theme-monokai.js":[97175,7175],"./theme-nord_dark":[63795,3795],"./theme-nord_dark.js":[63795,3795],"./theme-one_dark":[73696,3696],"./theme-one_dark.js":[73696,3696],"./theme-pastel_on_dark":[71661,1661],"./theme-pastel_on_dark.js":[71661,1661],"./theme-solarized_dark":[74085,4085],"./theme-solarized_dark.js":[74085,4085],"./theme-solarized_light":[60429,429],"./theme-solarized_light.js":[60429,429],"./theme-sqlserver":[35266,5266],"./theme-sqlserver.js":[35266,5266],"./theme-terminal":[9793,9793],"./theme-terminal.js":[9793,9793],"./theme-textmate":[96303,6303],"./theme-textmate.js":[96303,6303],"./theme-tomorrow":[30178,178],"./theme-tomorrow.js":[30178,178],"./theme-tomorrow_night":[59771,9771],"./theme-tomorrow_night.js":[59771,9771],"./theme-tomorrow_night_blue":[79634,9634],"./theme-tomorrow_night_blue.js":[79634,9634],"./theme-tomorrow_night_bright":[89298,9298],"./theme-tomorrow_night_bright.js":[89298,9298],"./theme-tomorrow_night_eighties":[96872,6872],"./theme-tomorrow_night_eighties.js":[96872,6872],"./theme-twilight":[88981,8981],"./theme-twilight.js":[88981,8981],"./theme-vibrant_ink":[85092,5092],"./theme-vibrant_ink.js":[85092,5092],"./theme-xcode":[98292,8292],"./theme-xcode.js":[98292,8292]};function s(e){if(!m.o(d,e))return Promise.resolve().then((()=>{var o=new Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}));var o=d[e],s=o[0];return m.e(o[1]).then((()=>m.t(s,23)))}s.keys=()=>Object.keys(d),s.id=7701,e.exports=s},70531:(e,o,m)=>{"use strict";m.r(o),m.d(o,{default:()=>r});var d=m(80952),s=m.n(d),t=m(2543),l=m(62893);const a={__name:"CellCode",props:{theme:{type:String,default:"github_light_default"},maxLines:{type:Number,default:99999},mode:{type:String,default:"json"},value:{type:String,required:!0}},emits:["change"],setup(e,{emit:o}){const d=e,a=(0,l.ref)(null);let r=null;const i=(0,t.debounce)((e=>{o("change",e)}),300);async function j(){const e=`ace/mode/${d.mode}`,o=`ace/theme/${d.theme}`,t=await m(87549)(`./mode-${d.mode}`),l=await m(7701)(`./theme-${d.theme}`);s().config.setModuleUrl(e,t),s().config.setModuleUrl(o,l),r=s().edit(a.value,{highlightActiveLine:!1,highlightGutterLine:!1,maxLines:d.maxLines,minLines:1,mode:e,showPrintMargin:!1,theme:o,useWorker:!1,value:d.value,wrap:!0}),r.on("blur",(()=>{r.setOption("highlightActiveLine",!1),r.setOption("highlightGutterLine",!1),a.value.classList.remove("cell-code-focus")})),r.on("change",(()=>{const e=r.getValue();i(e)})),r.on("focus",(()=>{r.setOption("highlightActiveLine",!0),r.setOption("highlightGutterLine",!0),a.value.classList.add("cell-code-focus")}))}return(0,l.onBeforeUnmount)((()=>{i.cancel()})),(0,l.onMounted)((()=>{j()})),(0,l.watch)((()=>d.value),(e=>{r&&e!==r.getValue()&&r.setValue(e,-1)})),{__sfc:!0,DELAY:300,props:d,emit:o,editor:a,aceEditor:r,emitChange:i,buildEditor:j}}};const r=(0,m(14486).A)(a,(function(){var e=this._self._c;this._self._setupProxy;return e("div",{ref:"editor",staticClass:"w-100"})}),[],!1,null,null,null).exports},87549:(e,o,m)=>{var d={"./mode-abap":[85289,5289],"./mode-abap.js":[85289,5289],"./mode-abc":[47067,7067],"./mode-abc.js":[47067,7067],"./mode-actionscript":[64617,6998],"./mode-actionscript.js":[64617,6998],"./mode-ada":[55591,5591],"./mode-ada.js":[55591,5591],"./mode-alda":[53849,3849],"./mode-alda.js":[53849,3849],"./mode-apache_conf":[80234,234],"./mode-apache_conf.js":[80234,234],"./mode-apex":[34923,4923],"./mode-apex.js":[34923,4923],"./mode-applescript":[5148,5148],"./mode-applescript.js":[5148,5148],"./mode-aql":[35637,5637],"./mode-aql.js":[35637,5637],"./mode-asciidoc":[97640,7640],"./mode-asciidoc.js":[97640,7640],"./mode-asl":[44571,4571],"./mode-asl.js":[44571,4571],"./mode-assembly_arm32":[81583,1583],"./mode-assembly_arm32.js":[81583,1583],"./mode-assembly_x86":[87166,7166],"./mode-assembly_x86.js":[87166,7166],"./mode-astro":[1192,1192],"./mode-astro.js":[1192,1192],"./mode-autohotkey":[94830,4830],"./mode-autohotkey.js":[94830,4830],"./mode-basic":[37809,7809],"./mode-basic.js":[37809,7809],"./mode-batchfile":[18305,8305],"./mode-batchfile.js":[18305,8305],"./mode-bibtex":[38713,8713],"./mode-bibtex.js":[38713,8713],"./mode-c9search":[26995,6995],"./mode-c9search.js":[26995,6995],"./mode-c_cpp":[54532,4532],"./mode-c_cpp.js":[54532,4532],"./mode-cirru":[29532,9532],"./mode-cirru.js":[29532,9532],"./mode-clojure":[34519,4519],"./mode-clojure.js":[34519,4519],"./mode-cobol":[152,152],"./mode-cobol.js":[152,152],"./mode-coffee":[32083,2083],"./mode-coffee.js":[32083,2083],"./mode-coldfusion":[57593,7593],"./mode-coldfusion.js":[57593,7593],"./mode-crystal":[80437,437],"./mode-crystal.js":[80437,437],"./mode-csharp":[20840,840],"./mode-csharp.js":[20840,840],"./mode-csound_document":[23143,3143],"./mode-csound_document.js":[23143,3143],"./mode-csound_orchestra":[88887,8887],"./mode-csound_orchestra.js":[88887,8887],"./mode-csound_score":[48302,8302],"./mode-csound_score.js":[48302,8302],"./mode-csp":[77369,7369],"./mode-csp.js":[77369,7369],"./mode-css":[57552,7552],"./mode-css.js":[57552,7552],"./mode-csv":[48727,8727],"./mode-csv.js":[48727,8727],"./mode-curly":[24778,4778],"./mode-curly.js":[24778,4778],"./mode-cuttlefish":[28894,8894],"./mode-cuttlefish.js":[28894,8894],"./mode-d":[73383,3383],"./mode-d.js":[73383,3383],"./mode-dart":[35842,5842],"./mode-dart.js":[35842,5842],"./mode-diff":[37664,7664],"./mode-diff.js":[37664,7664],"./mode-django":[53964,3964],"./mode-django.js":[53964,3964],"./mode-dockerfile":[38345,8345],"./mode-dockerfile.js":[38345,8345],"./mode-dot":[92832,2832],"./mode-dot.js":[92832,2832],"./mode-drools":[27594,7594],"./mode-drools.js":[27594,7594],"./mode-edifact":[13709,3709],"./mode-edifact.js":[13709,3709],"./mode-eiffel":[7808,7808],"./mode-eiffel.js":[7808,7808],"./mode-ejs":[19439,9439],"./mode-ejs.js":[19439,9439],"./mode-elixir":[50072,72],"./mode-elixir.js":[50072,72],"./mode-elm":[92295,2295],"./mode-elm.js":[92295,2295],"./mode-erlang":[65724,5724],"./mode-erlang.js":[65724,5724],"./mode-flix":[60016,16],"./mode-flix.js":[60016,16],"./mode-forth":[28956,8956],"./mode-forth.js":[28956,8956],"./mode-fortran":[84077,4077],"./mode-fortran.js":[84077,4077],"./mode-fsharp":[62785,2785],"./mode-fsharp.js":[62785,2785],"./mode-fsl":[79606,9606],"./mode-fsl.js":[79606,9606],"./mode-ftl":[57925,7925],"./mode-ftl.js":[57925,7925],"./mode-gcode":[75283,5283],"./mode-gcode.js":[75283,5283],"./mode-gherkin":[74181,4181],"./mode-gherkin.js":[74181,4181],"./mode-gitignore":[24874,2493],"./mode-gitignore.js":[24874,2493],"./mode-glsl":[19531,9531],"./mode-glsl.js":[19531,9531],"./mode-gobstones":[27633,7633],"./mode-gobstones.js":[27633,7633],"./mode-golang":[91109,1109],"./mode-golang.js":[91109,1109],"./mode-graphqlschema":[39761,9761],"./mode-graphqlschema.js":[39761,9761],"./mode-groovy":[54361,4361],"./mode-groovy.js":[54361,4361],"./mode-haml":[43117,3117],"./mode-haml.js":[43117,3117],"./mode-handlebars":[68067,8067],"./mode-handlebars.js":[68067,8067],"./mode-haskell":[87735,7735],"./mode-haskell.js":[87735,7735],"./mode-haskell_cabal":[26535,6535],"./mode-haskell_cabal.js":[26535,6535],"./mode-haxe":[98947,8947],"./mode-haxe.js":[98947,8947],"./mode-hjson":[48081,462],"./mode-hjson.js":[48081,462],"./mode-html":[77858,7858],"./mode-html.js":[77858,7858],"./mode-html_elixir":[78534,8534],"./mode-html_elixir.js":[78534,8534],"./mode-html_ruby":[6529,6529],"./mode-html_ruby.js":[6529,6529],"./mode-ini":[49797,9797],"./mode-ini.js":[49797,9797],"./mode-io":[20799,799],"./mode-io.js":[20799,799],"./mode-ion":[69973,9973],"./mode-ion.js":[69973,9973],"./mode-jack":[76528,6528],"./mode-jack.js":[76528,6528],"./mode-jade":[25697,5697],"./mode-jade.js":[25697,5697],"./mode-java":[11223,1223],"./mode-java.js":[11223,1223],"./mode-javascript":[91360,1360],"./mode-javascript.js":[91360,1360],"./mode-jexl":[20006,6],"./mode-jexl.js":[20006,6],"./mode-json":[63781,3781],"./mode-json.js":[63781,3781],"./mode-json5":[87246,7246],"./mode-json5.js":[87246,7246],"./mode-jsoniq":[9663,9663],"./mode-jsoniq.js":[9663,9663],"./mode-jsp":[91158,1158],"./mode-jsp.js":[91158,1158],"./mode-jssm":[36968,6968],"./mode-jssm.js":[36968,6968],"./mode-jsx":[74302,4302],"./mode-jsx.js":[74302,4302],"./mode-julia":[78462,8462],"./mode-julia.js":[78462,8462],"./mode-kotlin":[70390,390],"./mode-kotlin.js":[70390,390],"./mode-latex":[45655,5655],"./mode-latex.js":[45655,5655],"./mode-latte":[87477,7477],"./mode-latte.js":[87477,7477],"./mode-less":[84078,4078],"./mode-less.js":[84078,4078],"./mode-liquid":[94991,4991],"./mode-liquid.js":[94991,4991],"./mode-lisp":[95567,5567],"./mode-lisp.js":[95567,5567],"./mode-livescript":[52270,2270],"./mode-livescript.js":[52270,2270],"./mode-logiql":[51875,1875],"./mode-logiql.js":[51875,1875],"./mode-logtalk":[9611,9611],"./mode-logtalk.js":[9611,9611],"./mode-lsl":[63452,3452],"./mode-lsl.js":[63452,3452],"./mode-lua":[55453,5453],"./mode-lua.js":[55453,5453],"./mode-luapage":[93554,3554],"./mode-luapage.js":[93554,3554],"./mode-lucene":[33021,3021],"./mode-lucene.js":[33021,3021],"./mode-makefile":[53683,3683],"./mode-makefile.js":[53683,3683],"./mode-markdown":[66538,6538],"./mode-markdown.js":[66538,6538],"./mode-mask":[32207,2207],"./mode-mask.js":[32207,2207],"./mode-matlab":[22746,2746],"./mode-matlab.js":[22746,2746],"./mode-maze":[44404,4404],"./mode-maze.js":[44404,4404],"./mode-mediawiki":[53435,3435],"./mode-mediawiki.js":[53435,3435],"./mode-mel":[36021,6021],"./mode-mel.js":[36021,6021],"./mode-mips":[92172,2172],"./mode-mips.js":[92172,2172],"./mode-mixal":[30440,440],"./mode-mixal.js":[30440,440],"./mode-mushcode":[59479,9479],"./mode-mushcode.js":[59479,9479],"./mode-mysql":[80193,193],"./mode-mysql.js":[80193,193],"./mode-nasal":[51248,1248],"./mode-nasal.js":[51248,1248],"./mode-nginx":[24187,4187],"./mode-nginx.js":[24187,4187],"./mode-nim":[40467,467],"./mode-nim.js":[40467,467],"./mode-nix":[20244,244],"./mode-nix.js":[20244,244],"./mode-nsis":[18364,8364],"./mode-nsis.js":[18364,8364],"./mode-nunjucks":[74020,4020],"./mode-nunjucks.js":[74020,4020],"./mode-objectivec":[63319,3319],"./mode-objectivec.js":[63319,3319],"./mode-ocaml":[48539,8539],"./mode-ocaml.js":[48539,8539],"./mode-odin":[53823,3823],"./mode-odin.js":[53823,3823],"./mode-partiql":[70294,294],"./mode-partiql.js":[70294,294],"./mode-pascal":[64947,4947],"./mode-pascal.js":[64947,4947],"./mode-perl":[20186,186],"./mode-perl.js":[20186,186],"./mode-pgsql":[57732,7732],"./mode-pgsql.js":[57732,7732],"./mode-php":[49795,9795],"./mode-php.js":[49795,9795],"./mode-php_laravel_blade":[75628,5628],"./mode-php_laravel_blade.js":[75628,5628],"./mode-pig":[69347,9347],"./mode-pig.js":[69347,9347],"./mode-plain_text":[94309,4309],"./mode-plain_text.js":[94309,4309],"./mode-plsql":[51487,1487],"./mode-plsql.js":[51487,1487],"./mode-powershell":[86746,4365],"./mode-powershell.js":[86746,4365],"./mode-praat":[88599,8599],"./mode-praat.js":[88599,8599],"./mode-prisma":[62883,2883],"./mode-prisma.js":[62883,2883],"./mode-prolog":[50188,188],"./mode-prolog.js":[50188,188],"./mode-properties":[70722,722],"./mode-properties.js":[70722,722],"./mode-protobuf":[89836,9836],"./mode-protobuf.js":[89836,9836],"./mode-prql":[53080,3080],"./mode-prql.js":[53080,3080],"./mode-puppet":[16225,6225],"./mode-puppet.js":[16225,6225],"./mode-python":[5661,5661],"./mode-python.js":[5661,5661],"./mode-qml":[40169,169],"./mode-qml.js":[40169,169],"./mode-r":[90329,329],"./mode-r.js":[90329,329],"./mode-raku":[83770,3770],"./mode-raku.js":[83770,3770],"./mode-razor":[80255,255],"./mode-razor.js":[80255,255],"./mode-rdoc":[96691,6691],"./mode-rdoc.js":[96691,6691],"./mode-red":[65080,5080],"./mode-red.js":[65080,5080],"./mode-redshift":[1534,1534],"./mode-redshift.js":[1534,1534],"./mode-rhtml":[56108,6108],"./mode-rhtml.js":[56108,6108],"./mode-robot":[5531,5531],"./mode-robot.js":[5531,5531],"./mode-rst":[11354,1354],"./mode-rst.js":[11354,1354],"./mode-ruby":[50543,543],"./mode-ruby.js":[50543,543],"./mode-rust":[77033,7033],"./mode-rust.js":[77033,7033],"./mode-sac":[99554,9554],"./mode-sac.js":[99554,9554],"./mode-sass":[43162,781],"./mode-sass.js":[43162,781],"./mode-scad":[52748,2748],"./mode-scad.js":[52748,2748],"./mode-scala":[71581,1581],"./mode-scala.js":[71581,1581],"./mode-scheme":[49432,9432],"./mode-scheme.js":[49432,9432],"./mode-scrypt":[26688,6688],"./mode-scrypt.js":[26688,6688],"./mode-scss":[26003,6003],"./mode-scss.js":[26003,6003],"./mode-sh":[81464,1464],"./mode-sh.js":[81464,1464],"./mode-sjs":[28609,8609],"./mode-sjs.js":[28609,8609],"./mode-slim":[14550,4550],"./mode-slim.js":[14550,4550],"./mode-smarty":[44271,4271],"./mode-smarty.js":[44271,4271],"./mode-smithy":[86997,6997],"./mode-smithy.js":[86997,6997],"./mode-snippets":[38081,8081],"./mode-snippets.js":[38081,8081],"./mode-soy_template":[11079,1079],"./mode-soy_template.js":[11079,1079],"./mode-space":[67509,7509],"./mode-space.js":[67509,7509],"./mode-sparql":[69398,9398],"./mode-sparql.js":[69398,9398],"./mode-sql":[66259,6259],"./mode-sql.js":[66259,6259],"./mode-sqlserver":[52096,2096],"./mode-sqlserver.js":[52096,2096],"./mode-stylus":[24229,4229],"./mode-stylus.js":[24229,4229],"./mode-svg":[52161,2161],"./mode-svg.js":[52161,2161],"./mode-swift":[1316,1316],"./mode-swift.js":[1316,1316],"./mode-tcl":[12868,2868],"./mode-tcl.js":[12868,2868],"./mode-terraform":[1759,1759],"./mode-terraform.js":[1759,1759],"./mode-tex":[98618,8618],"./mode-tex.js":[98618,8618],"./mode-text":[13776,3776],"./mode-text.js":[13776,3776],"./mode-textile":[96438,6438],"./mode-textile.js":[96438,6438],"./mode-toml":[53307,3307],"./mode-toml.js":[53307,3307],"./mode-tsv":[44229,6610],"./mode-tsv.js":[44229,6610],"./mode-tsx":[61688,1688],"./mode-tsx.js":[61688,1688],"./mode-turtle":[60433,433],"./mode-turtle.js":[60433,433],"./mode-twig":[55890,5890],"./mode-twig.js":[55890,5890],"./mode-typescript":[11280,1280],"./mode-typescript.js":[11280,1280],"./mode-vala":[83929,3929],"./mode-vala.js":[83929,3929],"./mode-vbscript":[93720,3720],"./mode-vbscript.js":[93720,3720],"./mode-velocity":[61152,1152],"./mode-velocity.js":[61152,1152],"./mode-verilog":[86341,6341],"./mode-verilog.js":[86341,6341],"./mode-vhdl":[77733,7733],"./mode-vhdl.js":[77733,7733],"./mode-visualforce":[36492,6492],"./mode-visualforce.js":[36492,6492],"./mode-vue":[20991,991],"./mode-vue.js":[20991,991],"./mode-wollok":[90479,479],"./mode-wollok.js":[90479,479],"./mode-xml":[93250,3250],"./mode-xml.js":[93250,3250],"./mode-xquery":[88279,8279],"./mode-xquery.js":[88279,8279],"./mode-yaml":[16904,6904],"./mode-yaml.js":[16904,6904],"./mode-zeek":[21658,1658],"./mode-zeek.js":[21658,1658],"./mode-zig":[53829,3829],"./mode-zig.js":[53829,3829]};function s(e){if(!m.o(d,e))return Promise.resolve().then((()=>{var o=new Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}));var o=d[e],s=o[0];return m.e(o[1]).then((()=>m.t(s,23)))}s.keys=()=>Object.keys(d),s.id=87549,e.exports=s}}]);