# HG changeset patch # User Nate Coraor # Date 1416237305 18000 # Node ID 717aee06968118b75767dbe6b8f6fd8389d4f37b # Parent 2126e1b833a20e9cf046fc3166a1f5ba8dbc0d4c Add bx-python dependency. diff -r 2126e1b833a2 -r 717aee069681 fasta_concatenate_by_species.xml --- 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 @@ 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 2126e1b833a2 -r 717aee069681 tool_dependencies.xml --- /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 @@ + + + + + + diff -r 2126e1b833a2 -r 717aee069681 utils/maf_utilities.py --- 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