comparison pick_rep_set.xml @ 7:7cba5f38ec6e 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:42:53 -0500
parents 8218f848c2b9
children
comparison
equal deleted inserted replaced
6:09a6bc226d52 7:7cba5f38ec6e
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" profile="@PROFILE@">
2 <description> (pick_rep_set)</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 @MPLBACKEND@
9 pick_rep_set.py 10 pick_rep_set.py
10 --input_file '$input_file' 11 --input_file '$input_file'
11 #if $picking.type == "de_novo" 12 #if $picking.type == "de_novo"
12 --fasta_file '$picking.fasta_file' 13 --fasta_file '$picking.fasta_file'
13 #else if $picking.type == "preferred" 14 #else if $picking.type == "preferred"