Mercurial > repos > jjohnson > translate_bed_sequences
diff translate_bed_sequences.xml @ 1:639ee511d552
Add biopython requirement
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 09 Jan 2014 09:47:50 -0600 |
parents | 57e586ee821e |
children | 359addb9b9d4 |
line wrap: on
line diff
--- a/translate_bed_sequences.xml Wed Jan 08 18:33:29 2014 -0500 +++ b/translate_bed_sequences.xml Thu Jan 09 09:47:50 2014 -0600 @@ -1,6 +1,10 @@ <?xml version="1.0"?> <tool id="translate_bed_sequences" name="Translate BED Sequences" version="0.0.1"> <description>3 frame translation of BED augmented with a sequence column</description> + <requirements> + <requirement type="package" version="1.62">biopython</requirement> + <requirement type="python-module">Bio</requirement> + </requirements> <command interpreter="python">translate_bed_sequences.py --input "$input" #if $reference: --reference $reference