Repository 'fml_gff3togtf'
hg clone https://toolshed.g2.bx.psu.edu/repos/vipints/fml_gff3togtf

Changeset 11:5c6f33e20fcc (2015-04-24)
Previous changeset 10:c42c69aa81f8 (2015-04-23)
Commit message:
requirement tag added
modified:
gbk_to_gff.xml
b
diff -r c42c69aa81f8 -r 5c6f33e20fcc gbk_to_gff.xml
--- a/gbk_to_gff.xml Thu Apr 23 18:01:45 2015 -0400
+++ b/gbk_to_gff.xml Fri Apr 24 18:04:27 2015 -0400
b
@@ -1,5 +1,8 @@
 <tool id="fml_gbk2gff" name="GBK-to-GFF" version="2.1.0">
-  <description>converter</description>
+    <description>converter</description>
+    <requirements>
+        <requirement type="package" version="1.65">biopython</requirement>
+    </requirements>
    <command interpreter="python">gbk_to_gff.py $inf_gbk &gt; $gff_format
    </command>
    <inputs>