# HG changeset patch # User crs4 # Date 1397234939 14400 # Node ID bd565e1e3c5f08f2bec1b050b9546763e3830f03 Uploaded diff -r 000000000000 -r bd565e1e3c5f COPYING --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/COPYING Fri Apr 11 12:48:59 2014 -0400 @@ -0,0 +1,23 @@ +Copyright © 2013-2014 CRS4 Srl. http://www.crs4.it/ +Created by: +Paolo Uva +Nicola Soranzo + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff -r 000000000000 -r bd565e1e3c5f taxonomy_krona_chart.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taxonomy_krona_chart.xml Fri Apr 11 12:48:59 2014 -0400 @@ -0,0 +1,48 @@ + + from taxonomic profile + + kronatools + + ktImportText | sed -n 's/.*\(KronaTools [[:digit:].]\{1,\}\).*/\1/p' + + #if $input.ext == 'taxonomy' + ktImportGalaxy "${input}" -o "${output}" + #else + ktImportText "${input}" -o "${output}" + #end if + + + + + + + + +**What it does** + +This tool converts the standard result file of a metagenomic profiling in a zoomable pie chart using Krona_. +It takes as input datasets produced by *MetaPhlAn to Krona*, *Fetch taxonomic representation*, *Find lowest diagnostic rank* and *Filter taxonomy* tools. + +.. _Krona: http://sourceforge.net/p/krona/home/krona/ + +------ + +**License and citation** + +This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_. + +.. _CRS4 Srl.: http://www.crs4.it/ +.. _MIT license: http://opensource.org/licenses/MIT + +If you use this tool in Galaxy, please cite |Cuccuru2014|_. + +.. |Cuccuru2014| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2014) Orione, a web-based framework for NGS analysis in microbiology. *Bioinformatics*, accepted +.. _Cuccuru2014: http://bioinformatics.oxfordjournals.org/content/early/2014/04/03/bioinformatics.btu135 + +This tool uses scripts from `Krona`_, which is licensed separately. Please cite |Ondov2011|_. + +.. _Krona: http://sourceforge.net/p/krona/home/krona/ +.. |Ondov2011| replace:: Ondov, B. D., Bergman, N. H., Phillippy, A. M. (2011) Interactive metagenomic visualization in a Web browser. *BMC Bioinformatics* 12, 385 +.. _Ondov2011: http://www.biomedcentral.com/1471-2105/12/385 + + diff -r 000000000000 -r bd565e1e3c5f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Apr 11 12:48:59 2014 -0400 @@ -0,0 +1,19 @@ + + + + + + http://downloads.sourceforge.net/project/krona/KronaTools%20%28Mac%2C%20Linux%29/KronaTools-2.4.tar + + . + $INSTALL_DIR + + + cd $INSTALL_DIR && ./install.pl --prefix=$INSTALL_DIR + + $INSTALL_DIR/bin + + + + +