comparison 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
comparison
equal deleted inserted replaced
3:bacb7dfa846c 4:29fcd027d67a
30 30
31 History 31 History
32 ======= 32 =======
33 33
34 v0.0.3 - Initial public release. 34 v0.0.3 - Initial public release.
35 v0.0.4 - Ignore blank lines when loading IDs from tabular files
36 v0.0.5 - Explicit Galaxy error handling of return codes
37 v0.0.6 - Added unit tests.
35 38
36 39
37 Developers 40 Developers
38 ========== 41 ==========
39 42
40 This script and related tools are being developed on the following hg branch: 43 This script and related tools are being developed on the following hg branch:
41 http://bitbucket.org/peterjc/galaxy-central/src/tools 44 http://bitbucket.org/peterjc/galaxy-central/src/tools
42 45
43 For making the "Galaxy Tool Shed" http://community.g2.bx.psu.edu/ tarball use 46 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
44 the following command from the Galaxy root folder: 47 the following command from the Galaxy root folder:
45 48
46 tar -czf venn_list.tar.gz tools/plotting/venn_list.* 49 tar -czf venn_list.tar.gz tools/plotting/venn_list.* test-data/venn_list1.pdf test-data/venn_list.tabular
47 50
48 Check this worked: 51 Check this worked:
49 52
50 $ tar -tzf venn_list.tar.gz 53 $ tar -tzf venn_list.tar.gz
51 tools/plotting/venn_list.py 54 tools/plotting/venn_list.py
52 tools/plotting/venn_list.txt 55 tools/plotting/venn_list.txt
53 tools/plotting/venn_list.xml 56 tools/plotting/venn_list.xml
57 test-data/venn_list1.pdf
58 test-data/venn_list.tabular
54 59
55 60
56 Licence (MIT/BSD style) 61 Licence (MIT/BSD style)
57 ======================= 62 =======================
58 63