0
|
1 <tool id="commet" name="commet" version="24.7.14">
|
|
2 <description>COmpare Multiple METagenomes</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="24.7.14">commet</requirement>
|
2
|
5 <requirement type="package" version="2.15.0">R</requirement>
|
|
6 <requirement type="package" version="0.9.3">ggplot2</requirement>
|
0
|
7 </requirements>
|
|
8 <command interpreter="python">
|
|
9 commet.py
|
|
10 --input $input
|
|
11 -k $kmer
|
|
12 -t $minsharedkmer
|
|
13 -l $minlengthread
|
|
14 -e $minshannonindex
|
|
15 #if str( $options_advanced.options_advanced_selector ) == "advanced"
|
|
16 -m $options_advanced.maxreads
|
|
17 -n $options_advanced.maxn
|
|
18 #end if
|
|
19 --output $output
|
|
20 --output_vectors $output_vectors
|
|
21 --output_dendro $output_dendro
|
|
22 --output_logs $output_logs
|
|
23 --output_matrix $output_matrix
|
|
24 --output_heatmap1 $output_heatmap1
|
|
25 --output_heatmap2 $output_heatmap2
|
|
26 --output_heatmap3 $output_heatmap3
|
|
27 </command>
|
|
28
|
|
29 <inputs>
|
|
30 <!-- Input data files -->
|
|
31 <param name="input" type="data" format="commet" label="Read sets" help="input read sets a line = a set composed by “set_name: read_file; read_file...“. Generate with Prepare commet tool" />
|
|
32 <param name="kmer" type="integer" label="Size of kmers" value="33" help="Set the length of used kmers." />
|
|
33 <param name="minsharedkmer" type="integer" label="Mini shared kmers" value="2" help="Minimal number of shared kmers." />
|
|
34 <param name="minlengthread" type="integer" label="Read mini length" value="0" help="Minimal length a read should have to be kept." />
|
|
35 <param name="minshannonindex" type="float" label="Mini Shannon index" value="0" help="Minimal Shannon index a read should have to be kept. Float in [0,2.32]" />
|
|
36 <conditional name="options_advanced">
|
|
37 <param name="options_advanced_selector" type="select" label="Reads filter options" help="by default, all reads are kept with no Ns limitation">
|
|
38 <option value="default" selected="true">default</option>
|
|
39 <option value="advanced">advanced</option>
|
|
40 </param>
|
|
41 <when value="advanced">
|
|
42 <param name="maxreads" type="integer" value="600" label="Maximum number of selected reads in sets" help="Maximum number of selected reads in sets. If a set is composed by 3 read files, and this option = 600, then the first 200 reads from each read file will be treated" />
|
|
43 <param name="maxn" type="integer" value="5" label="Read maxi number of Ns" help="Maximal number of Ns a read should contain to be kept." />
|
|
44 </when>
|
|
45 </conditional>
|
|
46 </inputs>
|
|
47
|
|
48 <outputs>
|
|
49 <data format="txt" name="output" label="${tool.name} on ${on_string}: commet.log" />
|
|
50 <data format="zip" name="output_vectors" label="${tool.name} on ${on_string}: vector.zip" />
|
|
51 <data format="zip" name="output_logs" label="${tool.name} on ${on_string}: logs.zip" />
|
|
52 <data format="png" name="output_dendro" label="${tool.name} on ${on_string}: dendrogram.png" />
|
|
53 <data format="zip" name="output_matrix" label="${tool.name} on ${on_string}: matrix.zip" />
|
|
54 <data format="png" name="output_heatmap1" label="${tool.name} on ${on_string}: heatmap_normalized.png" />
|
|
55 <data format="png" name="output_heatmap2" label="${tool.name} on ${on_string}: heatmap_percentage.png" />
|
|
56 <data format="png" name="output_heatmap3" label="${tool.name} on ${on_string}: heatmap_plain.png" />
|
|
57 </outputs>
|
|
58 <help>
|
|
59
|
|
60 **Description**
|
|
61
|
|
62 COMMET (COmpare Multiple METagenomes”) provides a global similarity overview between all datasets of a large metagenomic project.
|
|
63
|
|
64 Directly from non-assembled reads, all against all comparisons are performed through an efficient indexing strategy. Then, results are stored as bit vectors, a compressed representation of read files, that can be used to further combine read subsets by common logical operations. Finally, COMMET computes a clusterization of metagenomic datasets, which is visualized by dendrogram and heatmaps.
|
|
65
|
|
66
|
|
67 -------
|
|
68
|
|
69 **Web site**
|
|
70
|
|
71 http://colibread.inria.fr/commet/
|
|
72
|
|
73 -------
|
|
74
|
|
75 **Integrated by**
|
|
76
|
|
77 Yvan Le Bras and Cyril Monjeaud
|
|
78
|
|
79 GenOuest Bio-informatics Core Facility
|
|
80
|
|
81 UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France)
|
|
82
|
|
83 support@genouest.org
|
|
84
|
|
85 If you use this tool in Galaxy, please cite :
|
|
86
|
|
87 `Y. Le Bras, A. Roult, C. Monjeaud, M. Bahin, O. Quenez, C. Heriveau, A. Bretaudeau, O. Sallou, O. Collin, Towards a Life Sciences Virtual Research Environment : an e-Science initiative in Western France. JOBIM 2013. <https://www.e-biogenouest.org/resources/128>`_
|
|
88
|
|
89
|
|
90 </help>
|
|
91 <citations>
|
|
92 <citation type="doi">10.1186/1471-2105-13-S19-S10</citation>
|
|
93 <citation type="bibtex">@INPROCEEDINGS{JOBIM2013,
|
|
94 author = {Le Bras, Y. and ROULT, A. and Monjeaud, C. and Bahin, M. and Quenez, O. and Heriveau, C. and Bretaudeau, A. and Sallou, O. and Collin, O.},
|
|
95 title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France},
|
|
96 booktitle = {JOBIM 2013 Proceedings},
|
|
97 year = {2013},
|
|
98 url = {https://www.e-biogenouest.org/resources/128},
|
|
99 pages = {97-106}
|
|
100 }
|
|
101 </citation>
|
|
102 </citations>
|
|
103
|
|
104 </tool>
|
|
105
|