diff README.md @ 0:8ea9b4e5a389

Uploaded
author g2cmnty@test-web1.g2.bx.psu.edu
date Wed, 22 Jun 2011 03:28:25 -0400
parents
children cc6707a1e044
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Wed Jun 22 03:28:25 2011 -0400
@@ -0,0 +1,31 @@
+prop_venn
+---------
+
+crates proportional venn diagrams from 2 or 3 files using google charts.
+pure python implementation
+
+contains galaxy tool xml (prop_venn.xml)
+
+cli interface expects all arguments for the inputs concatenated
+with , i.e. file1,file2,file3  ...
+
+contains an integration test for the cli interface (vennerTest.py), no galaxy unit tests.
+
+
+
+Proportional Venn Diagram:
+--------------------------
+Creates a proportional Venn diagram from 2 or 3 tab delimited input files.
+The 0 based column index decides which column is used for extracting the sets to compare between the files.
+Multiple items with the same value per column are counted as one.
+
+Requirements:
+-------------
+- 2-3 tab delimited input files.
+- 0 based index of the columns to extract for each file
+
+Outputs:
+--------
+- Html page with the proportional Venn diagram and a table for the counts in each section.
+
+