# HG changeset patch # User peterjc # Date 1361385397 18000 # Node ID 662fea0fe6b23cd9f9c9bb2508f9e6f8426d490b # Parent 34a0adda277024dfd2131f379e962cf4e0e71298 Uploaded v0.0.4, quotes filenames in case the contain spaces diff -r 34a0adda2770 -r 662fea0fe6b2 tools/ncbi_blast_plus/blastxml_to_top_descr.txt --- a/tools/ncbi_blast_plus/blastxml_to_top_descr.txt Wed Feb 20 13:18:07 2013 -0500 +++ b/tools/ncbi_blast_plus/blastxml_to_top_descr.txt Wed Feb 20 13:36:37 2013 -0500 @@ -51,6 +51,7 @@ v0.0.2 - Since BLAST+ was moved out of the Galaxy core, now have a dependency on the 'blast_datatypes' repository in the Tool Shed. v0.0.3 - Include the test files required to run the unit tests +v0.0.4 - Quote filenames in case they contain spaces (internal change) Developers diff -r 34a0adda2770 -r 662fea0fe6b2 tools/ncbi_blast_plus/blastxml_to_top_descr.xml --- a/tools/ncbi_blast_plus/blastxml_to_top_descr.xml Wed Feb 20 13:18:07 2013 -0500 +++ b/tools/ncbi_blast_plus/blastxml_to_top_descr.xml Wed Feb 20 13:36:37 2013 -0500 @@ -1,7 +1,7 @@ - + Make a table from BLAST XML - blastxml_to_top_descr.py $blastxml_file $tabular_file $topN + blastxml_to_top_descr.py "${blastxml_file}" "${tabular_file}" ${topN}