comparison macros.xml @ 4:3bc4d476fc29 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
author iuc
date Fri, 04 Aug 2017 18:20:14 -0400
parents 6f06d15cf576
children f3f3afb3b221
comparison
equal deleted inserted replaced
3:6f06d15cf576 4:3bc4d476fc29
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"/>