comparison microsats_alignment_level.xml @ 2:1046ff4cef3a draft default tip

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:26:00 -0400
parents 433660af5d5e
children
comparison
equal deleted inserted replaced
1:433660af5d5e 2:1046ff4cef3a
7 microsats_alignment_level.py $input1 $separation $out_file1 "2way" $mono_threshold $non_mono_threshold $allow_different_units 7 microsats_alignment_level.py $input1 $separation $out_file1 "2way" $mono_threshold $non_mono_threshold $allow_different_units
8 </command> 8 </command>
9 <inputs> 9 <inputs>
10 <page> 10 <page>
11 <param format="fasta" name="input1" type="data" label="Select data"/> 11 <param format="fasta" name="input1" type="data" label="Select data"/>
12 <param name="separation" size="10" type="integer" value="10" label="Minimum base pair distance between adjacent microsatellites" 12 <param name="separation" type="integer" value="10" label="Minimum base pair distance between adjacent microsatellites"
13 help="A value of 10 means: Adjacent microsatellites separated by less than 10 base pairs will be excluded from the output."/> 13 help="A value of 10 means: Adjacent microsatellites separated by less than 10 base pairs will be excluded from the output."/>
14 <param name="mono_threshold" size="10" type="integer" value="9" label="Minimum Threshold for the number of repeats for mononucleotide microsatellites" 14 <param name="mono_threshold" type="integer" value="9" label="Minimum Threshold for the number of repeats for mononucleotide microsatellites"
15 help="A value of 9 means: All mononucleotide microsatellites having fewer than 9 repeats will be excluded from the output."/> 15 help="A value of 9 means: All mononucleotide microsatellites having fewer than 9 repeats will be excluded from the output."/>
16 <param name="non_mono_threshold" size="10" type="integer" value="4" label="Minimum Threshold for the number of repeats for non-mononucleotide microsatellites" 16 <param name="non_mono_threshold" type="integer" value="4" label="Minimum Threshold for the number of repeats for non-mononucleotide microsatellites"
17 help="A value of 4 means: All non-mononucleotide microsatellites having fewer than 4 repeats will be excluded from the output."/> 17 help="A value of 4 means: All non-mononucleotide microsatellites having fewer than 4 repeats will be excluded from the output."/>
18 <param name="allow_different_units" size="5" type="select" label="Allow orthologous positions to have different microsatellite repeat units/motifs?"> 18 <param name="allow_different_units" type="select" label="Allow orthologous positions to have different microsatellite repeat units/motifs?">
19 <option value="0" selected="true">No</option> 19 <option value="0" selected="true">No</option>
20 <option value="1">Yes</option> 20 <option value="1">Yes</option>
21 </param> 21 </param>
22 </page> 22 </page>
23 </inputs> 23 </inputs>