Previous changeset 15:c19e1150779d (2013-05-02) Next changeset 17:bb81d3afa28d (2013-05-23) |
Commit message:
Uploaded v0.0.20 preview 7, tweak dependency on blast_datatypes |
modified:
tools/ncbi_blast_plus/ncbi_blast_plus.txt tools/ncbi_blast_plus/repository_dependencies.xml |
b |
diff -r c19e1150779d -r 2d4757de6180 tools/ncbi_blast_plus/ncbi_blast_plus.txt --- a/tools/ncbi_blast_plus/ncbi_blast_plus.txt Thu May 02 13:21:42 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blast_plus.txt Mon May 20 10:04:51 2013 -0400 |
b |
@@ -109,6 +109,7 @@ precompiled binaries for 64bit Linux, rather than compiling locally. - Fallback on ElementTree if cElementTree missing in XML to tabular. - Link to Tool Shed added to help text and this documentation. + - Tweak dependency on blast_datatypes to also work on Test Tool Shed Developers |
b |
diff -r c19e1150779d -r 2d4757de6180 tools/ncbi_blast_plus/repository_dependencies.xml --- a/tools/ncbi_blast_plus/repository_dependencies.xml Thu May 02 13:21:42 2013 -0400 +++ b/tools/ncbi_blast_plus/repository_dependencies.xml Mon May 20 10:04:51 2013 -0400 |
b |
@@ -1,5 +1,5 @@ <?xml version="1.0"?> <repositories description="This requires the BLAST datatype definitions (e.g. the BLAST XML format)."> <!-- Revision 4:f9a7783ed7b6 on the main tool shed is v0.0.14 which added BLAST databases --> -<repository toolshed="http://toolshed.g2.bx.psu.edu" name="blast_datatypes" owner="devteam" changeset_revision="f9a7783ed7b6" /> +<repository name="blast_datatypes" owner="devteam" changeset_revision="f9a7783ed7b6" /> </repositories> |