changeset 3:1645a66fd0ee draft

planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
author proteore
date Thu, 13 Dec 2018 04:19:23 -0500
parents 5ac986568a3d
children c3bbc688dde2
files venn_diagram.py venn_diagram.xml
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/venn_diagram.py	Wed Nov 28 09:58:46 2018 -0500
+++ b/venn_diagram.py	Thu Dec 13 04:19:23 2018 -0500
@@ -108,7 +108,6 @@
 
 #Write intersections of input to text output file
 def write_text_venn(json_result):
-    output = open("venn_diagram_text_output.tsv", "w")
     lines = []
     result = dict((k, v) for k, v in json_result["data"].iteritems() if v != [])
     for key in result :
--- a/venn_diagram.xml	Wed Nov 28 09:58:46 2018 -0500
+++ b/venn_diagram.xml	Thu Dec 13 04:19:23 2018 -0500
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
-<tool id="Jvenn" name="Venn diagram" version="2018.11.28">
-	<description>(JVenn)
+<tool id="Jvenn" name="Venn diagram" version="2018.12.12">
+	<description>[JVenn]
 	</description>
 	<command><![CDATA[
 		python $__tool_directory__/venn_diagram.py