comparison macros.xml @ 5:9e5b2251a6a5 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:18:32 -0400
parents 1042f194c3cd
children f66e778d7e6d
comparison
equal deleted inserted replaced
4:1042f194c3cd 5:9e5b2251a6a5
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"/>