changeset 2:4f91c823b2b5 draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author drosofff
date Mon, 08 Jun 2015 19:23:12 -0400
parents 371b0e95dca5
children 4369aa32c999
files cherry_pick_fasta.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cherry_pick_fasta.xml	Mon Jun 08 19:10:46 2015 -0400
+++ b/cherry_pick_fasta.xml	Mon Jun 08 19:23:12 2015 -0400
@@ -7,8 +7,8 @@
   </command>
 
   <inputs>
-    <param name="query" type="text" size="30" value="" label="Select sequences with this string in their header" help="exemple:'gi|40557596'">
-      <sanitizer>
+    <param name="query" type="text" size="30" value="" label="Select sequences with this string in their header" help="exemple: gi|40557596">
+<!--      <sanitizer>
         <valid initial="string.printable">
           <remove value="&quot;"/>
           <remove value="\"/>
@@ -17,7 +17,7 @@
           <add source="&quot;" target="\&quot;"/>
           <add source="\" target="\\"/>
         </mapping>
-      </sanitizer>
+      </sanitizer> -->
     </param>
     <param format="fasta" label="Source file" name="input" type="data" />
   </inputs>