comparison pick_rep_set.xml @ 5:8218f848c2b9 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:27:17 -0400
parents 6ebade612aa0
children 7cba5f38ec6e
comparison
equal deleted inserted replaced
4:10214bba6195 5:8218f848c2b9
1 <tool id="qiime_pick_rep_set" name="Pick representative set of sequences" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_pick_rep_set" name="Pick representative set of sequences" version="@WRAPPER_VERSION@.0">
2 <description></description> 2 <description> (pick_rep_set)</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <version_command>pick_rep_set.py --version</version_command> 7 <version_command>pick_rep_set.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 pick_rep_set.py 9 pick_rep_set.py
10 --input_file '$input_file' 10 --input_file '$input_file'
11 #if $picking.type == "de_novo" 11 #if $picking.type == "de_novo"
12 --fasta_file '$picking.fasta_file' 12 --fasta_file '$picking.fasta_file'
13 #else if $picking.type == "preferred" 13 #else if $picking.type == "preferred"
14 --reference_seqs_fp '$picking.reference_seqs_fp' 14 --reference_seqs_fp '$picking.reference_seqs_fp'
15 #if $picking.fasta_file 15 #if $picking.fasta_file
16 --fasta_file '$picking.fasta_file' 16 --fasta_file '$picking.fasta_file'
17 #end if 17 #end if
18 #end if 18 #end if
19 --rep_set_picking_method '$rep_set_picking_method' 19 --rep_set_picking_method '$rep_set_picking_method'
20 --sort_by '$sort_by' 20 --sort_by '$sort_by'
21 --result_fp '$result_fp' 21 --result_fp '$result_fp'
22 --log_fp '$log_fp' 22 --log_fp '$log_fp'
23 ]]></command> 23 ]]></command>
24 <inputs> 24 <inputs>
25 <param argument="--input_file" type="data" format="txt" label="Input OTU mapping file"/> 25 <param argument="--input_file" type="data" format="txt" label="Input OTU mapping file"/>
26 <conditional name="picking"> 26 <conditional name="picking">
27 <param name="type" type="select" label="Type of OTU picking"> 27 <param name="type" type="select" label="Type of OTU picking">