Repository 'proteore_venn_diagram'
hg clone https://toolshed.g2.bx.psu.edu/repos/proteore/proteore_venn_diagram

Changeset 10:e744a43171ff (2020-01-14)
Previous changeset 9:72295909dccf (2019-09-12) Next changeset 11:958eb2ea02aa (2021-05-12)
Commit message:
"planemo upload commit 6bef056b0e52bfa39dbe8591bfe67f8c95bf3ba2-dirty"
modified:
venn_diagram.py
venn_diagram.xml
b
diff -r 72295909dccf -r e744a43171ff venn_diagram.py
--- a/venn_diagram.py Thu Sep 12 08:42:45 2019 -0400
+++ b/venn_diagram.py Tue Jan 14 09:14:27 2020 -0500
[
@@ -130,10 +130,10 @@
 
     #construct tsv
     for key in result :
-        line = [column_dict[key]]
-        line.extend(result[key])
+        line = result[key]
         if len(line) < nb_lines_max :
             line.extend(['NA']*(nb_lines_max-len(line)))
+        line = [column_dict[key]] + line                #add header
         lines.append(line)  
     #transpose tsv
     lines=zip(*lines)
b
diff -r 72295909dccf -r e744a43171ff venn_diagram.xml
--- a/venn_diagram.xml Thu Sep 12 08:42:45 2019 -0400
+++ b/venn_diagram.xml Tue Jan 14 09:14:27 2020 -0500
[
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="Jvenn" name="Venn diagram" version="2019.09.12">
+<tool id="Jvenn" name="Venn diagram" version="2020.01.10">
  <description>[JVenn]
  </description>
  <command><![CDATA[