Repository 'blastxml_to_top_descr'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/peterjc/blastxml_to_top_descr

Changeset 13:796dc2ff8e8e (2014-07-30)
Previous changeset 12:b7c85bb42d87 (2014-06-13) Next changeset 14:b46c041afbe4 (2015-05-15)
Commit message:
Uploaded v0.1.1, embedded citation in XML
modified:
tools/blastxml_to_top_descr/README.rst
tools/blastxml_to_top_descr/blastxml_to_top_descr.xml
b
diff -r b7c85bb42d87 -r 796dc2ff8e8e tools/blastxml_to_top_descr/README.rst
--- a/tools/blastxml_to_top_descr/README.rst Fri Jun 13 07:06:23 2014 -0400
+++ b/tools/blastxml_to_top_descr/README.rst Wed Jul 30 05:38:46 2014 -0400
b
@@ -69,6 +69,7 @@
 v0.1.0  - Switch to using an optparse based API for Python script internally.
         - Support BLAST XML with multiple ``<Iteration>`` blocks per query.
         - Support the default 25 column extended tabular BLAST output.
+v0.1.1  - Embed citation information in the tool XML (new Galaxy feature).
 ======= ======================================================================
 
 
b
diff -r b7c85bb42d87 -r 796dc2ff8e8e tools/blastxml_to_top_descr/blastxml_to_top_descr.xml
--- a/tools/blastxml_to_top_descr/blastxml_to_top_descr.xml Fri Jun 13 07:06:23 2014 -0400
+++ b/tools/blastxml_to_top_descr/blastxml_to_top_descr.xml Wed Jul 30 05:38:46 2014 -0400
b
@@ -1,4 +1,4 @@
-<tool id="blastxml_to_top_descr" name="BLAST top hit descriptions" version="0.1.0">
+<tool id="blastxml_to_top_descr" name="BLAST top hit descriptions" version="0.1.1">
     <description>Make a table from BLAST output</description>
     <version_command interpreter="python">blastxml_to_top_descr.py --version</version_command>
     <command interpreter="python">
@@ -108,4 +108,7 @@
 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/blastxml_to_top_descr
 
     </help>
+    <citations>
+        <citation type="doi">10.7717/peerj.167</citation>
+    </citations>
 </tool>