diff make_phylogeny.xml @ 5:9e5b2251a6a5 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:18:32 -0400
parents e82369a926e3
children f66e778d7e6d
line wrap: on
line diff
--- a/make_phylogeny.xml	Mon Jul 10 16:43:36 2017 -0400
+++ b/make_phylogeny.xml	Sat Aug 05 07:18:32 2017 -0400
@@ -1,5 +1,5 @@
 <tool id="qiime_make_phylogeny" name="Make phylogeny" version="@WRAPPER_VERSION@.0">
-    <description></description>
+    <description> (make_phylogeny)</description>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -11,12 +11,12 @@
     </expand>
     <version_command>make_phylogeny.py --version</version_command>
     <command detect_errors="aggressive"><![CDATA[
-        make_phylogeny.py
-            --input_fp '$input_fp'
-            --result_fp '$result_fp'
-            --tree_method '$tree_method'
-            --log_fp '$log_fp'
-            --root_method '$root_method'
+make_phylogeny.py
+    --input_fp '$input_fp'
+    --result_fp '$result_fp'
+    --tree_method '$tree_method'
+    --log_fp '$log_fp'
+    --root_method '$root_method'
     ]]></command>
     <inputs>
         <param argument="--input_fp" type="data" format="fasta" label="Input fasta alignment"/>