diff make_phylogeny.xml @ 5:16d168b7a506 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 88c494b035a34b097247a29bfd3515875d94ce2b
author iuc
date Fri, 04 Aug 2017 18:19:42 -0400
parents 709ca79f42a1
children 5d68d8375821
line wrap: on
line diff
--- a/make_phylogeny.xml	Mon Jul 10 16:33:11 2017 -0400
+++ b/make_phylogeny.xml	Fri Aug 04 18:19:42 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"/>