diff classification.xml @ 6:3c50a937d7c1 draft

Uploaded
author bcclaywell
date Wed, 15 Apr 2015 19:14:23 -0400
parents d4690e65afcd
children
line wrap: on
line diff
--- a/classification.xml	Thu Mar 26 16:56:09 2015 -0400
+++ b/classification.xml	Wed Apr 15 19:14:23 2015 -0400
@@ -1,18 +1,18 @@
 <tool id="PHYLO_classification" name="Output classifications" version="2.1.0">
   <description>in tabular format</description>
-  <requirements>
-    <requirement type="package">yapp_env</requirement>
-  </requirements>
   <macros>
     <import>macros.xml</import>
   </macros>
-  <version_command>echo "guppy $(guppy --version)"</version_command>
+  <requirements>
+    <requirement type="package">yapp_env</requirement>
+  </requirements>
+  <stdio>
+    <expand macro="basic_errors"/>
+  </stdio>
+  <version_command>echo "pplacer $(pplacer --version)"</version_command>
   <command interpreter="bash">
     classification-wrapper.sh ${config}
   </command>
-  <stdio>
-    <expand macro="basic_errors"/>
-  </stdio>
   <inputs>
     <param name="split_map" type="data" format="csv" label="Read-to-specimen map"/>
     <param name="label_map" type="data" format="csv" label="Specimen-to-label map"/>
@@ -101,4 +101,7 @@
     GLKT0ZE01CQ2BU             below_species       species  341694   0.073214
 
   </help>
+  <citations>
+    <expand macro="cite_pplacer"/>
+  </citations>
 </tool>