diff alignment.xml @ 6:3c50a937d7c1 draft

Uploaded
author bcclaywell
date Wed, 15 Apr 2015 19:14:23 -0400
parents 221a97bf686d
children
line wrap: on
line diff
--- a/alignment.xml	Thu Mar 26 16:56:09 2015 -0400
+++ b/alignment.xml	Wed Apr 15 19:14:23 2015 -0400
@@ -1,18 +1,18 @@
 <tool id="PHYLO_alignment" name="Align query sequences" version="1.0.0">
   <description>with sequences in a reference package</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 "$(taxit -V); $(cmalign -h | grep INFERNAL); $(esl-alimerge -h | grep Easel)"</version_command>
   <command interpreter="bash">
     alignment-wrapper.sh ${config}
   </command>
-  <stdio>
-    <expand macro="basic_errors"/>
-  </stdio>
   <inputs>
     <param name="refpkg" type="data" format="refpkg" label="Reference package"/>
     <param name="input_seqs" type="data" format="fasta" label="Input sequences"/>
@@ -44,4 +44,8 @@
 reference sequences.
 
   </help>
+  <citations>
+    <expand macro="cite_taxtastic"/>
+    <expand macro="cite_infernal"/>
+  </citations>
 </tool>