We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25523cd commit 6c9ac97Copy full SHA for 6c9ac97
tools/bellavista/bellavista_prepare.xml
@@ -118,7 +118,7 @@
118
<section name="advanced_output" title="Advanced output options">
119
<param name="config" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Output config file?"/>
120
</section>
121
- <param name="timeout" type="integer" min="0" max="21600" value="3600" label="timeout" hidden="true" help="hidden input to set timeout in seconds" />
+ <param name="timeout" type="hidden" min="0" max="21600" value="3600" label="timeout" help="hidden input to set timeout in seconds" />
122
</inputs>
123
<outputs>
124
<data name="bellavista_output" format="tar.gz" label="${tool.name} on ${on_string}: Bellavista prepared inputs" from_work_dir="./bellavista.tar.gz" />
0 commit comments