Mercurial > repos > devteam > fasta_concatenate_by_species
diff fasta_concatenate_by_species.xml @ 1:d9f0a11824e9
Add bx-python dependency (for maf_utilities.py).
author | Nate Coraor <nate@bx.psu.edu> |
---|---|
date | Mon, 17 Nov 2014 10:08:37 -0500 |
parents | a63b082a26eb |
children | c5311b7718d1 |
line wrap: on
line diff
--- a/fasta_concatenate_by_species.xml Mon May 19 10:59:37 2014 -0400 +++ b/fasta_concatenate_by_species.xml Mon Nov 17 10:08:37 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>