comparison macros.xml @ 4:1327fee2bf93 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
author iuc
date Sat, 05 Aug 2017 07:23:17 -0400
parents 7a4fb6fbff08
children c2ffcfff57f6
comparison
equal deleted inserted replaced
3:7a4fb6fbff08 4:1327fee2bf93
31 <param name="source_selector" type="select" label="Select a reference sequence file from"> 31 <param name="source_selector" type="select" label="Select a reference sequence file from">
32 <option value="cached">The local cache</option> 32 <option value="cached">The local cache</option>
33 <option value="history">The active history</option> 33 <option value="history">The active history</option>
34 </param> 34 </param>
35 <when value="cached"> 35 <when value="cached">
36 <param argument="--reference_seqs_fp" label="Reference sequences either used to generate a blast database (Blast) or used as training sequences for the selected classifier (RDP, Mothur)" type="select"> 36 <param argument="--reference_seqs_fp" type="select" label="Reference sequences either used to generate a blast database (Blast) or used as training sequences for the selected classifier (RDP, Mothur)">
37 <options from_data_table="qiime_rep_set"/> 37 <options from_data_table="qiime_rep_set"/>
38 </param> 38 </param>
39 </when> 39 </when>
40 <when value="history"> 40 <when value="history">
41 <param argument="--reference_seqs_fp" type="data" format="fasta" label="Reference sequences to search against"/> 41 <param argument="--reference_seqs_fp" type="data" format="fasta" label="Reference sequences to search against"/>