comparison rgToolFactory.xml @ 24:8289ebc513ab

More tweaks to docs and installation notes
author Ross Lazarus <ross.lazarus@gmail.com>
date Wed, 06 Jun 2012 12:05:25 +1000
parents 6146509c9c2d
children 8cc3f3c0e539
comparison
equal deleted inserted replaced
23:6146509c9c2d 24:8289ebc513ab
24 #end if 24 #end if
25 </command> 25 </command>
26 <inputs> 26 <inputs>
27 <param name="input1" type="data" label="Select an input file from your history" optional="true" 27 <param name="input1" type="data" label="Select an input file from your history" optional="true"
28 help="Most scripts will need an input - your script MUST be ready for whatever format you choose"/> 28 help="Most scripts will need an input - your script MUST be ready for whatever format you choose"/>
29 <param name="tool_name" type="text" value="My dynamic script" size="80" label="Title for job outputs" help="Supply a meaningful name here to remind you what the outputs contain"> 29 <param name="tool_name" type="text" value="My dynamic script" size="80" label="Title for job outputs and new tool ID"
30 <sanitizer> 30 help="This will become the toolshed repository name so please choose thoughtfully">
31 <valid initial="string.letters,string.digits"> 31 <sanitizer invalid_char="">
32 <mapping initial="none"/> 32 <valid initial="string.letters,string.digits"/>
33 </valid>
34 </sanitizer> 33 </sanitizer>
35 </param> 34 </param>
36 <conditional name="makeMode"> 35 <conditional name="makeMode">
37 <param name="make_Tool" type="select" label="Create a tar.gz file ready for local toolshed entry" help="Ready to deploy securely!"> 36 <param name="make_Tool" type="select" label="Create a tar.gz file ready for local toolshed entry" help="Ready to deploy securely!">
38 <option value="yes">Yes</option> 37 <option value="yes">Yes</option>