comparison samtools_view.xml @ 6:1e7eb419a5be draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_view commit 95fe80d08fb14c4c344da4979290e72261e31ae5"
author iuc
date Thu, 10 Oct 2019 03:40:25 -0400
parents f2b321f691e4
children 25ca025bc1c1
comparison
equal deleted inserted replaced
5:f2b321f691e4 6:1e7eb419a5be
226 <param name="ref" format="fasta,fasta.gz" optional="true" type="data" label="Reference file"/> 226 <param name="ref" format="fasta,fasta.gz" optional="true" type="data" label="Reference file"/>
227 </when> 227 </when>
228 <when value="cached"> 228 <when value="cached">
229 <param name="ref" type="select" label="Using reference genome"> 229 <param name="ref" type="select" label="Using reference genome">
230 <options from_data_table="fasta_indexes"> 230 <options from_data_table="fasta_indexes">
231 <filter column="1" key="dbkey" ref="input" type="data_meta" /> 231 <filter column="dbkey" key="dbkey" ref="input" type="data_meta" />
232 <validator message="No reference genome is available for the build associated with the selected input dataset" type="no_options" /> 232 <validator message="No reference genome is available for the build associated with the selected input dataset" type="no_options" />
233 </options> 233 </options>
234 </param> 234 </param>
235 </when> 235 </when>
236 </conditional> 236 </conditional>