diff toolfactory/ToolFactory.xml @ 7:312eb2aaf313 draft

Uploaded
author fubar_too
date Mon, 21 Jun 2021 04:18:59 +0000
parents 5bf1cedca36c
children 7596aa302d60
line wrap: on
line diff
--- a/toolfactory/ToolFactory.xml	Wed Jun 09 03:14:44 2021 +0000
+++ b/toolfactory/ToolFactory.xml	Mon Jun 21 04:18:59 2021 +0000
@@ -86,6 +86,10 @@
                </options>
             </param>
             <param name="input_label" type="text" value="" label="This will become the user prompt for the form so please make it informative" >
+                <sanitizer invalid_char="_">
+                <valid initial="string.printable" >
+                </valid>
+              </sanitizer>
             </param>
             <param name="input_help" type="text" value="" label="This will become help text on the form." >
             </param>
@@ -98,7 +102,7 @@
              help="New history items output by the executable to appear in the user history after the tool runs. The name will become a history item for users of the new tool you are making containing one of it's outputs">
             <param name="history_name" type="text" label="Output Name" optional="false"
               help="Name used for this output in history. No spaces! Argparse will also use this name as --[name]">
-              <sanitizer invalid_char=" ">
+              <sanitizer invalid_char="_">
                 <valid initial="string.ascii_letters,string.digits" >
                    <add value="_" />
                 </valid>
@@ -270,6 +274,7 @@
 --galaxy_root "$__root_dir__"
 --tool_dir "$__tool_directory__"
 --admin_only
+
  #end if
 ]]></command>
  <configfiles>