changeset 3:4369aa32c999 draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author drosofff
date Mon, 08 Jun 2015 19:30:07 -0400
parents 4f91c823b2b5
children 07685514646c
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:23:12 2015 -0400
+++ b/cherry_pick_fasta.xml	Mon Jun 08 19:30:07 2015 -0400
@@ -1,6 +1,6 @@
 <tool id="cherry_pick_fasta" name="Pick Fasta sequences" version="0.9.0">
   <description>with header satisfying a query string</description>
-  <command interpreter="python">cherry_pick-fasta.py
+  <command interpreter="python">cherry_pick_fasta.py
                                    --input "$input"
                                    --query-string $query
                                    --output $output
@@ -8,7 +8,7 @@
 
   <inputs>
     <param name="query" type="text" size="30" value="" label="Select sequences with this string in their header" help="exemple: gi|40557596">
-<!--      <sanitizer>
+    <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>