annotate README.rst @ 15:367a0403b7d2 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
author peterjc
date Thu, 07 May 2015 05:43:50 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
1 Galaxy tool to draw a Venn Diagram with up to 3 sets
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
2 ====================================================
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
3
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
4 This tool is copyright 2011-2015 by Peter Cock, The James Hutton Institute
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
6 See the licence text below.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
7
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
8 This tool is a short Python script (using both the Galaxy and Biopython library
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
9 functions) to extract ID lists from tabular, FASTA, FASTQ or SFF files to build
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
10 sets, which are then drawn using the R limma package function vennDiagram
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
11 (called from Python using rpy).
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
12
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
13 This tool is available from the Galaxy Tool Shed at:
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
14 http://toolshed.g2.bx.psu.edu/view/peterjc/venn_list
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
15
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
16
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
17 Automated Installation
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
18 ======================
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
19
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
20 This should be straightforward, Galaxy should automatically download the tool
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
21 and the Biopython dependency.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
22
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
23 You will still need to install the R/Bioconductor package limma.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
24
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
25
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
26 Manual Installation
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
27 ===================
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
28
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
29 There are just two files to install:
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
30
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
31 * ``venn_list.py`` (the Python script)
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
32 * ``venn_list.xml`` (the Galaxy tool definition)
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
33
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
34 The suggested location is in the Galaxy folder ``tools/plotting`` next to other
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
35 graph drawing tools, or a dedicated ``tools/venn_list`` directory.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
36
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
37 You will also need to install Biopython 1.54 or later, and the R/Bioconductor
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
38 package limma. You should already have rpy installed for other Galaxy tools.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
39
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
40 You will also need to modify the ``tools_conf.xml`` file to tell Galaxy to offer the
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
41 tool. The suggested location is in the "Graph/Display Data" section. Simply add
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
42 the line::
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
43
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
44 <tool file="venn_list/venn_list.xml" />
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
45
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
46 If you wish to run the unit tests, also move/copy the ``test-data/`` files
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
47 under Galaxy's ``test-data/`` folder. Then::
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
48
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
49 ./run_tests.sh -id venn_list
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
50
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
51
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
52 History
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
53 =======
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
54
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
55 ======= ======================================================================
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
56 Version Changes
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
57 ------- ----------------------------------------------------------------------
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
58 v0.0.3 - Initial public release.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
59 v0.0.4 - Ignore blank lines when loading IDs from tabular files
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
60 v0.0.5 - Explicit Galaxy error handling of return codes
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
61 v0.0.6 - Added unit tests.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
62 - Use reStructuredText for this README file.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
63 - Adopt standard MIT licence.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
64 - Updated citation information (Cock et al. 2013).
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
65 - Development moved to GitHub, https://github.com/peterjc/pico_galaxy
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
66 v0.0.7 - Renamed folder and README file.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
67 - Tool definition now embeds citation information.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
68 v0.0.8 - Reorder XML elements (internal change only).
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
69 - Fixed and improved error handling when rpy is not available.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
70 - Test output relaxed to cope with more variation in PDF output.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
71 - Declare Biopython dependency via the Tool Shed.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
72 ======= ======================================================================
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
73
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
74
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
75 Developers
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
76 ==========
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
77
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
78 This script and related tools were initially developed on the following hg branch:
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
79 http://bitbucket.org/peterjc/galaxy-central/src/tools
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
80
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
81 Development has now moved to a dedicated GitHub repository:
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
82 https://github.com/peterjc/pico_galaxy
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
83
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
84 For pushing a release to the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
85 use the following Planemo command (which requires you have set your Tool Shed
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
86 access details in ``~/.planemo.yml`` and that you have access rights on the Tool Shed)::
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
87
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
88 $ planemo shed_upload --tar_only ~/repositories/pico_galaxy/tools/venn_list/
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
89 ...
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
90 $ tar -tzf shed_upload.tar.gz
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
91 README.rst
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
92 test-data/magic.pdf
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
93 test-data/rhodopsin_proteins.fasta
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
94 test-data/venn_list.tabular
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
95 tool_dependencies.xml
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
96 venn_list.py
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
97 venn_list.xml
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
98
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
99 This tar-ball can be uploaded to the Tool Shed via the web interface (using
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
100 the ``--tar`` command or via
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
101 Planemo. More simply, the following single command can be used:
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
102
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
103 $ planemo shed_upload
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
104
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
105
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
106 Licence (MIT)
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
107 =============
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
108
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
109 Permission is hereby granted, free of charge, to any person obtaining a copy
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
110 of this software and associated documentation files (the "Software"), to deal
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
111 in the Software without restriction, including without limitation the rights
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
112 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
113 copies of the Software, and to permit persons to whom the Software is
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
114 furnished to do so, subject to the following conditions:
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
115
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
116 The above copyright notice and this permission notice shall be included in
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
117 all copies or substantial portions of the Software.
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
118
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
119 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
120 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
121 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
122 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
123 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
124 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
367a0403b7d2 planemo upload for repository https://github.com/peterjc/pico_galaxy/tools/venn_list commit 6c4ac223d511bbcd0ec9cbada730613a5fe9f1af-dirty
peterjc
parents:
diff changeset
125 THE SOFTWARE.