diff tools/plotting/venn_list.txt @ 4:29fcd027d67a draft

Uploaded v0.0.6 take 1, simple test (which currently fails)
author peterjc
date Thu, 16 May 2013 12:43:57 -0400
parents aefc86eda5f6
children 51fe47a5a803
line wrap: on
line diff
--- a/tools/plotting/venn_list.txt	Thu May 16 12:43:20 2013 -0400
+++ b/tools/plotting/venn_list.txt	Thu May 16 12:43:57 2013 -0400
@@ -32,6 +32,9 @@
 =======
 
 v0.0.3 - Initial public release.
+v0.0.4 - Ignore blank lines when loading IDs from tabular files
+v0.0.5 - Explicit Galaxy error handling of return codes
+v0.0.6 - Added unit tests.
 
 
 Developers
@@ -40,10 +43,10 @@
 This script and related tools are being developed on the following hg branch:
 http://bitbucket.org/peterjc/galaxy-central/src/tools
 
-For making the "Galaxy Tool Shed" http://community.g2.bx.psu.edu/ tarball use
+For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
 the following command from the Galaxy root folder:
 
-tar -czf venn_list.tar.gz tools/plotting/venn_list.*
+tar -czf venn_list.tar.gz tools/plotting/venn_list.* test-data/venn_list1.pdf test-data/venn_list.tabular
 
 Check this worked:
 
@@ -51,6 +54,8 @@
 tools/plotting/venn_list.py
 tools/plotting/venn_list.txt
 tools/plotting/venn_list.xml
+test-data/venn_list1.pdf
+test-data/venn_list.tabular
 
 
 Licence (MIT/BSD style)