diff fasta_concatenate_by_species.xml @ 1:717aee069681

Add bx-python dependency.
author Nate Coraor <nate@bx.psu.edu>
date Mon, 17 Nov 2014 10:15:05 -0500
parents 2126e1b833a2
children 16df616b39e5
line wrap: on
line diff
--- a/fasta_concatenate_by_species.xml	Mon May 19 12:33:30 2014 -0400
+++ b/fasta_concatenate_by_species.xml	Mon Nov 17 10:15:05 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>