changeset 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
files fasta_concatenate_by_species.xml tool_dependencies.xml utils/maf_utilities.py
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Nov 17 10:15:05 2014 -0500
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="bx-python" version="0.7.1">
+        <repository changeset_revision="2d0c08728bca" name="package_bx_python_0_7" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu" />
+    </package>
+</tool_dependency>
--- a/utils/maf_utilities.py	Mon May 19 12:33:30 2014 -0400
+++ b/utils/maf_utilities.py	Mon Nov 17 10:15:05 2014 -0500
@@ -3,7 +3,6 @@
 Provides wrappers and utilities for working with MAF files and alignments.
 """
 #Dan Blankenberg
-import pkg_resources; pkg_resources.require( "bx-python" )
 import bx.align.maf
 import bx.intervals
 import bx.interval_index_file