# HG changeset patch # User peterjc # Date 1361542467 18000 # Node ID 7602de1e7f32939a99234ca6a13020be813e23d3 # Parent 5cb24d07c31692552727088549ed3d29270343cd Uploaded v0.0.5, quotes filenames in case they contain spaces. diff -r 5cb24d07c316 -r 7602de1e7f32 tools/ncbi_blast_plus/blast2go.txt --- a/tools/ncbi_blast_plus/blast2go.txt Fri Feb 22 09:13:27 2013 -0500 +++ b/tools/ncbi_blast_plus/blast2go.txt Fri Feb 22 09:14:27 2013 -0500 @@ -94,6 +94,7 @@ v0.0.3 - Include sample loc file, tool-data/blast2go.loc.sample v0.0.4 - Include repository_dependencies.xml file for 'blastxml' format (previously included in the core Galaxy installation) +v0.0.5 - Quote arguments in case of spaces in filenames (internal change) Developers diff -r 5cb24d07c316 -r 7602de1e7f32 tools/ncbi_blast_plus/blast2go.xml --- a/tools/ncbi_blast_plus/blast2go.xml Fri Feb 22 09:13:27 2013 -0500 +++ b/tools/ncbi_blast_plus/blast2go.xml Fri Feb 22 09:14:27 2013 -0500 @@ -1,7 +1,7 @@ - + Maps BLAST results to GO annotation terms - blast2go.py $xml ${prop.fields.path} $tab + blast2go.py "${xml}" "${prop.fields.path}" "${tab}"