Mercurial > repos > fubar > microsatbed
comparison microsatbed.xml @ 13:ed885140970f draft
Uploaded
author | fubar |
---|---|
date | Wed, 17 Jul 2024 04:11:55 +0000 |
parents | a633c1c45da3 |
children | ee773bbde3c3 |
comparison
equal
deleted
inserted
replaced
12:10377717e88a | 13:ed885140970f |
---|---|
95 <param name="monomin" type="integer" value="2" min="2" label="Minimum number of repeats for monomers"/> | 95 <param name="monomin" type="integer" value="2" min="2" label="Minimum number of repeats for monomers"/> |
96 </when> | 96 </when> |
97 <when value="SPECIFIC"> | 97 <when value="SPECIFIC"> |
98 <param name="specific" type="text" label="Supply a specific motif pattern. Separate multiple patterns with commas such as GA,GC" | 98 <param name="specific" type="text" label="Supply a specific motif pattern. Separate multiple patterns with commas such as GA,GC" |
99 help="Make bed features only for the nominated specific motifs." optional="false"/> | 99 help="Make bed features only for the nominated specific motifs." optional="false"/> |
100 <param name="minreps" type="integer" value="2" min="2" label="Minimum number of repeats of each of these motifs to report" | 100 <param name="minreps" type="integer" value="2" min="1" label="Minimum number of repeats of each of these motifs to report" |
101 help="Short tandem repeats require 2 or more consecutive motifs by definition. WARNING: If monomers are included, every single matching base will be reported as a STR if minimum repeats = 1!" | 101 help="Short tandem repeats require 2 or more consecutive motifs by definition. WARNING: If monomers are included, every single matching base will be reported as a STR if minimum repeats = 1!" |
102 optional="false"/> | 102 optional="false"/> |
103 </when> | 103 </when> |
104 <when value="NATIVE"> | 104 <when value="NATIVE"> |
105 <param name="outformat" type="select" optional="false" label="Select the required output format" | 105 <param name="outformat" type="select" optional="false" label="Select the required output format" |