Previous changeset 6:bc4e7c0dc6e3 (2013-07-30) Next changeset 8:cbb72b39fa3c (2013-09-11) |
Commit message:
Uploaded v0.0.9. updated citation information |
modified:
blastxml_to_top_descr/README.rst blastxml_to_top_descr/blastxml_to_top_descr.xml |
b |
diff -r bc4e7c0dc6e3 -r 2ba030aa295e blastxml_to_top_descr/README.rst --- a/blastxml_to_top_descr/README.rst Tue Jul 30 08:06:54 2013 -0400 +++ b/blastxml_to_top_descr/README.rst Wed Sep 11 06:01:24 2013 -0400 |
b |
@@ -63,6 +63,7 @@ - Tweak dependency on blast_datatypes to also work on Test Tool Shed - Adopt standard MIT License. v0.0.8 - Development moved to GitHub, https://github.com/peterjc/galaxy_blast +v0.0.9 - Updated citation information (Cock et al. 2013). ======= ====================================================================== |
b |
diff -r bc4e7c0dc6e3 -r 2ba030aa295e blastxml_to_top_descr/blastxml_to_top_descr.xml --- a/blastxml_to_top_descr/blastxml_to_top_descr.xml Tue Jul 30 08:06:54 2013 -0400 +++ b/blastxml_to_top_descr/blastxml_to_top_descr.xml Wed Sep 11 06:01:24 2013 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="blastxml_to_top_descr" name="BLAST top hit descriptions" version="0.0.8"> +<tool id="blastxml_to_top_descr" name="BLAST top hit descriptions" version="0.0.9"> <description>Make a table from BLAST XML</description> <version_command interpreter="python">blastxml_to_top_descr.py --version</version_command> <command interpreter="python"> @@ -26,7 +26,7 @@ </test> </tests> <help> - + **What it does** NCBI BLAST+ (and the older NCBI 'legacy' BLAST) can output in a range of @@ -49,7 +49,15 @@ to spot some problems (e.g. bacterial contaimination could be very obvious). -**Citation** +**References** + +If you use this Galaxy tool in work leading to a scientific publication please +cite: + +Peter Cock, Bjoern Gruening, Konrad Paszkiewicz and Leighton Pritchard (2013). +Galaxy tools and workflows for sequence analysis with applications +in molecular plant pathology. PeerJ 1:e167 +http://dx.doi.org/10.7717/peerj.167 This wrapper is available to install into other Galaxy Instances via the Galaxy Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/blastxml_to_top_descr |