diff masking.xml @ 2:f29e21388219 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
author iuc
date Thu, 17 Dec 2015 12:53:39 -0500
parents fae6527990af
children 4258854759ba
line wrap: on
line diff
--- a/masking.xml	Wed Aug 26 13:34:22 2015 -0400
+++ b/masking.xml	Thu Dec 17 12:53:39 2015 -0500
@@ -1,4 +1,4 @@
-<tool id="vsearch_masking" name="VSearch masking" version="@VERSION@.0">
+<tool id="vsearch_masking" name="VSearch masking" version="@VERSION@.1">
     <description></description>
     <macros>
         <import>vsearch_macros.xml</import>
@@ -10,12 +10,12 @@
 <![CDATA[
     vsearch
         @GENERAL@
-        #if $qmask != 'no':
-            --qmask $qmask
+        #if str( $qmask ) != 'no':
+            --qmask "$qmask"
         #end if
         $hardmask
         --maskfasta "$infile"
-        --output $outfile
+        --output "$outfile"
 
 ]]>
     </command>
@@ -68,10 +68,6 @@
 
 @EXTERNAL_DOCUMENTATION@
 
--------
-
-@REFERENCES@
-
 
 ]]>
     </help>