# HG changeset patch
# User devteam
# Date 1447262479 18000
# Node ID 6f8257ad464b0916cf9ddb9e21286cee68375f93
# Parent  df7548445f4e52ad07205095c14b23831c65a159
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/microsats_alignment_level commit a1517c9d22029095120643bbe2c8fa53754dd2b7

diff -r df7548445f4e -r 6f8257ad464b microsats_alignment_level.xml
--- a/microsats_alignment_level.xml	Tue Jul 21 15:35:46 2015 -0400
+++ b/microsats_alignment_level.xml	Wed Nov 11 12:21:19 2015 -0500
@@ -9,13 +9,13 @@
   <inputs>
     <page>
     	<param format="fasta" name="input1" type="data" label="Select data"/>
-    	<param name="separation" size="10" type="integer" value="10" label="Minimum base pair distance between adjacent microsatellites"
+    	<param name="separation" type="integer" value="10" label="Minimum base pair distance between adjacent microsatellites"
     	help="A value of 10 means: Adjacent microsatellites separated by less than 10 base pairs will be excluded from the output."/>
-    	<param name="mono_threshold" size="10" type="integer" value="9" label="Minimum Threshold for the number of repeats for mononucleotide microsatellites"
+    	<param name="mono_threshold" type="integer" value="9" label="Minimum Threshold for the number of repeats for mononucleotide microsatellites"
     	help="A value of 9 means: All mononucleotide microsatellites having fewer than 9 repeats will be excluded from the output."/>
-    	<param name="non_mono_threshold" size="10" type="integer" value="4" label="Minimum Threshold for the number of repeats for non-mononucleotide microsatellites"
+    	<param name="non_mono_threshold" type="integer" value="4" label="Minimum Threshold for the number of repeats for non-mononucleotide microsatellites"
     	help="A value of 4 means: All non-mononucleotide microsatellites having fewer than 4 repeats will be excluded from the output."/>
-    	<param name="allow_different_units" size="5" type="select" label="Allow orthologous positions to have different microsatellite repeat units/motifs?">
+    	<param name="allow_different_units" type="select" label="Allow orthologous positions to have different microsatellite repeat units/motifs?">
     		<option value="0" selected="true">No</option>
           	<option value="1">Yes</option>
          </param>