comparison multigps.xml @ 3:f52d31a2c386 draft

Uploaded
author greg
date Wed, 23 Dec 2015 10:25:18 -0500
parents 7779952f00dd
children 7b15099378a7
comparison
equal deleted inserted replaced
2:6b1f68c1e50c 3:f52d31a2c386
88 </when> 88 </when>
89 <when value="history"> 89 <when value="history">
90 <param name="reference_genome" type="data" format="fasta" label="Using reference genome"/> 90 <param name="reference_genome" type="data" format="fasta" label="Using reference genome"/>
91 </when> 91 </when>
92 </conditional> 92 </conditional>
93 <param name="min_motif_width" type="integer" min="0" value="6" label="Minimum motif width for MEME"> 93 <param name="min_motif_width" type="integer" min="0" value="6" label="Minimum motif width for MEME"/>
94 <param name="max_motif_width" type="integer" min="0" value="16" label="Maximum motif width for MEME"> 94 <param name="max_motif_width" type="integer" min="0" value="16" label="Maximum motif width for MEME"/>
95 </when> 95 </when>
96 <when value="no"> 96 <when value="no"/>
97 </conditional> 97 </conditional>
98
99
100 </repeat> 98 </repeat>
101
102 <param name="genome_info_file" type="data" format="tabular" label="Genome information dataset" help="What's this? See the help section below."/> 99 <param name="genome_info_file" type="data" format="tabular" label="Genome information dataset" help="What's this? See the help section below."/>
103 <conditional name="gauss_model_smoothing_cond"> 100 <conditional name="gauss_model_smoothing_cond">
104 <param name="gauss_model_smoothing" type="select" label="Turn on Gaussian model smoothing?" help="Smoothing is done with a cubic spline."> 101 <param name="gauss_model_smoothing" type="select" label="Turn on Gaussian model smoothing?" help="Smoothing is done with a cubic spline.">
105 <option value="yes" selected="True">Yes</option> 102 <option value="yes" selected="True">Yes</option>
106 <option value="no">No</option> 103 <option value="no">No</option>