# HG changeset patch # User peterjc # Date 1367255347 14400 # Node ID 58359ce5bde9a616833b0afeb1f595f3b6b40ae9 # Parent ec31e95c56e18afeac0b2eb4279ca36499af34ea Uploaded v0.0.6 diff -r ec31e95c56e1 -r 58359ce5bde9 tools/ncbi_blast_plus/blastxml_to_top_descr.txt --- a/tools/ncbi_blast_plus/blastxml_to_top_descr.txt Mon Apr 29 13:08:52 2013 -0400 +++ b/tools/ncbi_blast_plus/blastxml_to_top_descr.txt Mon Apr 29 13:09:07 2013 -0400 @@ -20,7 +20,6 @@ 'blast_datatypes' dependency. - Manual Installation =================== @@ -53,6 +52,7 @@ 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) v0.0.5 - Include number of queries with BLAST matches in stdout (peek text) +v0.0.6 - Check for errors via the script's return code (internal change) Developers diff -r ec31e95c56e1 -r 58359ce5bde9 tools/ncbi_blast_plus/blastxml_to_top_descr.xml --- a/tools/ncbi_blast_plus/blastxml_to_top_descr.xml Mon Apr 29 13:08:52 2013 -0400 +++ b/tools/ncbi_blast_plus/blastxml_to_top_descr.xml Mon Apr 29 13:09:07 2013 -0400 @@ -1,9 +1,14 @@ - + Make a table from BLAST XML blastxml_to_top_descr.py --version blastxml_to_top_descr.py "${blastxml_file}" "${tabular_file}" ${topN} + + + + +