Mercurial > repos > fubar_too > toolfactory
comparison toolfactory/ToolFactory.xml @ 2:cc1a8fbb0f48 draft
Uploaded
author | fubar_too |
---|---|
date | Fri, 21 May 2021 00:16:01 +0000 |
parents | 03df06784e56 |
children | 02c4c16327a0 |
comparison
equal
deleted
inserted
replaced
1:34ff94460cc3 | 2:cc1a8fbb0f48 |
---|---|
32 help="If you change your script and regenerate the 'same' tool, you should inform Galaxy (and users) by changing (bumping is traditional) this number"/> | 32 help="If you change your script and regenerate the 'same' tool, you should inform Galaxy (and users) by changing (bumping is traditional) this number"/> |
33 <param name="tool_desc" label="Tool Synopsis" type="text" value="" | 33 <param name="tool_desc" label="Tool Synopsis" type="text" value="" |
34 help="Supply a brief tool description for the Galaxy tool menu entry" /> | 34 help="Supply a brief tool description for the Galaxy tool menu entry" /> |
35 <param name="install" label="Attempt to install in the host Galaxy" | 35 <param name="install" label="Attempt to install in the host Galaxy" |
36 help="This may/should fail unless running in a lax security environment (your own laptop perhaps) or the specialised ToolFactory Docker container" | 36 help="This may/should fail unless running in a lax security environment (your own laptop perhaps) or the specialised ToolFactory Docker container" |
37 type="hidden" checked="True" truevalue="1" falsevalue="0" /> | 37 type="hidden" default="1" /> |
38 <param name="run_test" label="Finalise new archive with test outputs. Runs externally. Outputs will appear in history when ready" | 38 <param name="run_test" label="Finalise new archive with test outputs. Runs externally. Outputs will appear in history when ready" |
39 help="Archives must be run and updated using planemo to populate all the test outputs. May take a long time depending on dependencies" | 39 help="Archives must be run and updated using planemo to populate all the test outputs. May take a long time depending on dependencies" |
40 type="hidden" checked="False" truevalue="1" falsevalue="" /> | 40 type="hidden" checked="False" truevalue="1" falsevalue="" /> |
41 <param name="help_text" label="Tool form documentation and help text for users" type="text" area="true" | 41 <param name="help_text" label="Tool form documentation and help text for users" type="text" area="true" |
42 value="**What it Does**" | 42 value="**What it Does**" |