# HG changeset patch # User Nate Coraor # Date 1416236917 18000 # Node ID d9f0a11824e9f0c1de8ecfe62c57522196cf7f6c # Parent a63b082a26eb0fe05621b4da1d1fbb947f504b79 Add bx-python dependency (for maf_utilities.py). diff -r a63b082a26eb -r d9f0a11824e9 fasta_concatenate_by_species.xml --- 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 @@ FASTA alignment by species + + bx-python + fasta_concatenate_by_species.py $input1 $out_file1 @@ -69,4 +72,4 @@ This tool will only work properly on files with Galaxy style FASTA headers. - \ No newline at end of file + diff -r a63b082a26eb -r d9f0a11824e9 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Nov 17 10:08:37 2014 -0500 @@ -0,0 +1,6 @@ + + + + + + diff -r a63b082a26eb -r d9f0a11824e9 utils/maf_utilities.py --- a/utils/maf_utilities.py Mon May 19 10:59:37 2014 -0400 +++ b/utils/maf_utilities.py Mon Nov 17 10:08:37 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