comparison pick_open_reference_otus.xml @ 6:be533bd1ad65 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit c845cb240f57663cf1e2240c5c506ea0b294872c"
author iuc
date Thu, 05 Dec 2019 07:53:13 -0500
parents bf3348cc35d5
children
comparison
equal deleted inserted replaced
5:7882388361e4 6:be533bd1ad65
1 <tool id="qiime_pick_open_reference_otus" name="Perform open-reference OTU picking" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_pick_open_reference_otus" name="Perform open-reference OTU picking" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description>(pick_open_reference_otus)</description> 2 <description>(pick_open_reference_otus)</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_open_reference_otus.py --version</version_command> 7 <version_command>pick_open_reference_otus.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 pick_open_reference_otus.py 10 pick_open_reference_otus.py
10 --input_fps '$input_fps' 11 --input_fps '$input_fps'
11 -o otus 12 -o otus
12 --otu_picking_method '$otu_picking_method' 13 --otu_picking_method '$otu_picking_method'
13 #if str( $ref_sequences.selector ) == 'history' 14 #if str( $ref_sequences.selector ) == 'history'