comparison make_emperor.xml @ 7:7c4f58fd8386 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:58:50 -0500
parents f43da0fd602c
children
comparison
equal deleted inserted replaced
6:5c34e1336176 7:7c4f58fd8386
1 <tool id="qiime_make_emperor" name="Create three-dimensional PCoA plots" version="@WRAPPER_VERSION@.0"> 1 <tool id="qiime_make_emperor" name="Create three-dimensional PCoA plots" version="@WRAPPER_VERSION@.0" profile="@PROFILE@">
2 <description> to be visualized with Emperor (make_emperor)</description> 2 <description> to be visualized with Emperor (make_emperor)</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>make_emperor.py --version</version_command> 7 <version_command>make_emperor.py --version</version_command>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @MPLBACKEND@
9 make_emperor.py 10 make_emperor.py
10 --input_coords '$input_coords' 11 --input_coords '$input_coords'
11 -o make_emperor 12 -o make_emperor
12 --map_fp '$map_fp' 13 --map_fp '$map_fp'
13 --number_of_axes '$number_of_axes' 14 --number_of_axes '$number_of_axes'