Mercurial > repos > greg > ideas
comparison ideas.xml @ 32:58f5b2af9473 draft
Uploaded
author | greg |
---|---|
date | Tue, 15 Aug 2017 09:52:29 -0400 |
parents | b78ee5d6a4fd |
children | 695053a23fe4 |
comparison
equal
deleted
inserted
replaced
31:b78ee5d6a4fd | 32:58f5b2af9473 |
---|---|
141 <option value="datasets" selected="true">Bam, BigWig files</option> | 141 <option value="datasets" selected="true">Bam, BigWig files</option> |
142 <option value="data_matrix">Data matrix</option> | 142 <option value="data_matrix">Data matrix</option> |
143 </param> | 143 </param> |
144 <when value="datasets"> | 144 <when value="datasets"> |
145 <repeat name="input_repeat" title="Cell type, Epigenetic factor and Input" min="1"> | 145 <repeat name="input_repeat" title="Cell type, Epigenetic factor and Input" min="1"> |
146 <param name="cell_type_name" type="text" value="" optional="False" label="Cell type name"/> | 146 <param name="cell_type_name" type="text" value="" label="Cell type name"> |
147 <param name="epigenetic_factor_name" type="text" value="" optional="False" label="Epigenetic factor name"/> | 147 <validator type="empty_field"/> |
148 </param> | |
149 <param name="epigenetic_factor_name" type="text" value="" label="Epigenetic factor name"> | |
150 <validator type="empty_field"/> | |
151 </param> | |
148 <param name="input" type="data" format="bigwig,bam" label="BAM or BigWig file"> | 152 <param name="input" type="data" format="bigwig,bam" label="BAM or BigWig file"> |
153 <validator type="empty_field"/> | |
149 <validator type="unspecified_build"/> | 154 <validator type="unspecified_build"/> |
150 </param> | 155 </param> |
151 </repeat> | 156 </repeat> |
152 <conditional name="specify_genomic_window_cond"> | 157 <conditional name="specify_genomic_window_cond"> |
153 <param name="specify_genomic_window" type="select" label="Select Bed file that defines genomic windows on which to process the data"> | 158 <param name="specify_genomic_window" type="select" label="Select Bed file that defines genomic windows on which to process the data"> |