diff README @ 0:04021cfd5170 draft default tip

planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 5269b4297ea690bce0802c3c1cb217f24290f1ec-dirty
author petr-novak
date Mon, 04 Mar 2024 09:16:34 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Mon Mar 04 09:16:34 2024 +0000
@@ -0,0 +1,14 @@
+Krona visualistion on generic hierarchy files.
+
+Input file must be a tab-delimited file with first column being a count, rest the hierarchy, for example::
+
+    2   Fats    Saturated fat
+    3   Fats    Unsaturated fat Monounsaturated fat
+    3   Fats    Unsaturated fat Polyunsaturated fat
+    13  Carbohydrates   Sugars
+    4   Carbohydrates   Dietary fiber
+    21  Carbohydrates
+    5   Protein
+    4
+
+Would yield the following graph: http://krona.sourceforge.net/examples/text.krona.html
\ No newline at end of file