Mercurial > repos > peterjc > venn_list
comparison tools/venn_list/README.rst @ 6:ea68a1a4c1d9 draft
v0.0.10 explicit galaxy_sequence_utils dependency etc
author | peterjc |
---|---|
date | Thu, 02 Feb 2017 11:17:31 -0500 |
parents | 26e35d5133a1 |
children | ee50d9ef9d69 |
comparison
equal
deleted
inserted
replaced
5:26e35d5133a1 | 6:ea68a1a4c1d9 |
---|---|
1 Galaxy tool to draw a Venn Diagram with up to 3 sets | 1 Galaxy tool to draw a Venn Diagram with up to 3 sets |
2 ==================================================== | 2 ==================================================== |
3 | 3 |
4 This tool is copyright 2011-2015 by Peter Cock, The James Hutton Institute | 4 This tool is copyright 2011-2017 by Peter Cock, The James Hutton Institute |
5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. | 5 (formerly SCRI, Scottish Crop Research Institute), UK. All rights reserved. |
6 See the licence text below. | 6 See the licence text below. |
7 | 7 |
8 This tool is a short Python script (using both the Galaxy and Biopython library | 8 This tool is a short Python script (using both the Galaxy and Biopython library |
9 functions) to extract ID lists from tabular, FASTA, FASTQ or SFF files to build | 9 functions) to extract ID lists from tabular, FASTA, FASTQ or SFF files to build |
70 - Declare Biopython dependency via the Tool Shed. | 70 - Declare Biopython dependency via the Tool Shed. |
71 v0.0.9 - Test with three-way Venn diagram. | 71 v0.0.9 - Test with three-way Venn diagram. |
72 - Includes testing of failure mode. | 72 - Includes testing of failure mode. |
73 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). | 73 - Planemo for Tool Shed upload (``.shed.yml``, internal change only). |
74 - Tool Shed dependency for rpy and limma (thanks to Björn Grüning). | 74 - Tool Shed dependency for rpy and limma (thanks to Björn Grüning). |
75 v0.0.10 - Updated to point at Biopython 1.67 (latest version in Tool Shed). | |
76 - Explicit dependency on ``galaxy_sequence_utils``. | |
77 - Python style updates (internal change only). | |
75 ======= ====================================================================== | 78 ======= ====================================================================== |
76 | 79 |
77 | 80 |
78 Developers | 81 Developers |
79 ========== | 82 ========== |