comparison tools/venn_list/venn_list.xml @ 11:679b6323db03 draft

v0.1.0 now using matplotlib_venn instead of limma R package via rpy. Contribution from Frederic Sapet.
author peterjc
date Wed, 29 May 2019 04:45:19 -0400
parents 5c5a9ce6c46d
children e13206029a72
comparison
equal deleted inserted replaced
10:20d347feb882 11:679b6323db03
1 <tool id="venn_list" name="Venn Diagram" version="0.0.11"> 1 <tool id="venn_list" name="Venn Diagram" version="0.1.0">
2 <description>from lists</description> 2 <description>from lists</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.0.1">galaxy_sequence_utils</requirement> 4 <requirement type="package" version="1.1.3">galaxy_sequence_utils</requirement>
5 <requirement type="package" version="1.0.3">rpy</requirement>
6 <requirement type="package" version="3.25.3">limma</requirement>
7 <requirement type="package" version="1.67">biopython</requirement> 5 <requirement type="package" version="1.67">biopython</requirement>
6 <requirement type="package" version="2.0.0">matplotlib</requirement>
7 <requirement type="package" version="0.11.5">matplotlib-venn</requirement>
8 </requirements> 8 </requirements>
9 <version_command> 9 <version_command>
10 python $__tool_directory__/venn_list.py --version 10 python $__tool_directory__/venn_list.py --version
11 </version_command> 11 </version_command>
12 <command detect_errors="aggressive"> 12 <command detect_errors="aggressive">
124 reads). You could then show the different mappings (and their overlaps) 124 reads). You could then show the different mappings (and their overlaps)
125 as a Venn Diagram, and the outside count would be the unmapped reads. 125 as a Venn Diagram, and the outside count would be the unmapped reads.
126 126
127 **Citations** 127 **Citations**
128 128
129 The Venn Diagrams are drawn using Gordon Smyth's limma package from 129 The Venn Diagrams are drawn using Konstantin Tretyakov's matplotlib-venn
130 R/Bioconductor, http://www.bioconductor.org/ 130 package, https://pypi.org/project/matplotlib-venn/
131 131
132 The R library is called from Python via rpy, http://rpy.sourceforge.net/
133 132
134 If you use this Galaxy tool in work leading to a scientific publication please 133 If you use this Galaxy tool in work leading to a scientific publication please
135 cite: 134 cite:
136 135
137 Peter J.A. Cock, Björn A. Grüning, Konrad Paszkiewicz and Leighton Pritchard (2013). 136 Peter J.A. Cock, Björn A. Grüning, Konrad Paszkiewicz and Leighton Pritchard (2013).
138 Galaxy tools and workflows for sequence analysis with applications 137 Galaxy tools and workflows for sequence analysis with applications
139 in molecular plant pathology. PeerJ 1:e167 138 in molecular plant pathology. PeerJ 1:e167
140 http://dx.doi.org/10.7717/peerj.167 139 https://doi.org/10.7717/peerj.167
141 140
142 This tool uses Biopython to read and write SFF files, so you may also wish to 141 This tool uses Biopython to read and write SFF files, so you may also wish to
143 cite the Biopython application note (and Galaxy too of course): 142 cite the Biopython application note (and Galaxy too of course):
144 143
145 Cock et al 2009. Biopython: freely available Python tools for computational 144 Cock et al 2009. Biopython: freely available Python tools for computational
146 molecular biology and bioinformatics. Bioinformatics 25(11) 1422-3. 145 molecular biology and bioinformatics. Bioinformatics 25(11) 1422-3.
147 http://dx.doi.org/10.1093/bioinformatics/btp163 pmid:19304878. 146 https://doi.org/10.1093/bioinformatics/btp163 pmid:19304878.
148 147
149 </help> 148 </help>
150 <citations> 149 <citations>
151 <citation type="doi">10.7717/peerj.167</citation> 150 <citation type="doi">10.7717/peerj.167</citation>
152 <citation type="doi">10.1093/bioinformatics/15.5.356</citation> 151 <citation type="doi">10.1093/bioinformatics/15.5.356</citation>