changeset 1:c5630f2908e6 default tip

Add tool dep.
author Nate Coraor <nate@bx.psu.edu>
date Mon, 17 Nov 2014 10:03:28 -0500
parents d5e8786674c7
children
files fasta_concatenate_by_species.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fasta_concatenate_by_species.xml	Mon Nov 17 10:02:06 2014 -0500
+++ b/fasta_concatenate_by_species.xml	Mon Nov 17 10:03:28 2014 -0500
@@ -1,5 +1,8 @@
 <tool id="fasta_concatenate0" name="Concatenate" version="0.0.0">
   <description>FASTA alignment by species</description>
+  <requirements>
+    <requirement type="package" version="0.7.1">bx-python</requirement>
+  </requirements>
   <command interpreter="python">fasta_concatenate_by_species.py $input1 $out_file1</command>
   <inputs>
     <param name="input1" type="data" format="fasta" label="FASTA alignment"/>
@@ -69,4 +72,4 @@
  This tool will only work properly on files with Galaxy style FASTA headers.
 
 </help>
-</tool>
\ No newline at end of file
+</tool>