Mercurial > repos > proteore > proteore_venn_diagram
diff venn_diagram.py @ 3:1645a66fd0ee draft
planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
| author | proteore |
|---|---|
| date | Thu, 13 Dec 2018 04:19:23 -0500 |
| parents | 5ac986568a3d |
| children | c3bbc688dde2 |
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 :
