diff DockerToolFactory.xml @ 4:de4889098f45 default tip

Allow whitespace in gene name and fix missing creation of output section.
author mvdbeek
date Wed, 14 Jan 2015 17:19:16 +0100
parents 7e0392d4531c
children
line wrap: on
line diff
--- a/DockerToolFactory.xml	Wed Dec 03 01:47:58 2014 +0100
+++ b/DockerToolFactory.xml	Wed Jan 14 17:19:16 2015 +0100
@@ -1,4 +1,4 @@
-<tool id="rgTF" name="Docker Tool Factory" version="0.1">
+<tool id="rgTF" name="Docker Tool Factory" version="0.1.1">
   <description>Makes scripts into tools using Docker</description>
    <requirements>
       <requirement type="package" version="9.10">ghostscript</requirement>
@@ -75,7 +75,7 @@
     <param name="tool_name" type="text" value="My dynamic script"   label="New tool ID and title for outputs" size="60"
          help="This will become the toolshed repository name so please choose thoughtfully to avoid namespace clashes with other tool writers">
         <sanitizer invalid_char="">
-            <valid initial="string.letters,string.digits"/>
+            <valid initial="string.printable"/>
         </sanitizer>
     </param>
     <conditional name="makeMode">