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>
|
3
|
5 <requirement type="package" version="3.0.1">R</requirement>
|
0
|
6 </requirements>
|
|
7 <command interpreter="python">
|
|
8 commet.py
|
3
|
9 #for $set in $sets
|
|
10 --set ${set.setname}::${set.reads}
|
|
11 #end for
|
0
|
12 -k $kmer
|
|
13 -t $minsharedkmer
|
|
14 -l $minlengthread
|
|
15 -e $minshannonindex
|
|
16 #if str( $options_advanced.options_advanced_selector ) == "advanced"
|
|
17 -m $options_advanced.maxreads
|
|
18 -n $options_advanced.maxn
|
|
19 #end if
|
|
20 --output $output
|
|
21 --output_vectors $output_vectors
|
|
22 --output_dendro $output_dendro
|
|
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 -->
|
3
|
31 <repeat name="sets" title="Read sets" min="1">
|
|
32 <param name="reads" type="data" multiple="true" format="fasta, fastq, fastq.gz" label="Dataset" help="Accept fasta/fastq/fastq.gz"/>
|
|
33 <param name="setname" type="text" label="Set name" value="set_name" help="Please don't use spaces or special characters"/>
|
|
34 </repeat>
|
0
|
35 <param name="kmer" type="integer" label="Size of kmers" value="33" help="Set the length of used kmers." />
|
|
36 <param name="minsharedkmer" type="integer" label="Mini shared kmers" value="2" help="Minimal number of shared kmers." />
|
|
37 <param name="minlengthread" type="integer" label="Read mini length" value="0" help="Minimal length a read should have to be kept." />
|
|
38 <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]" />
|
|
39 <conditional name="options_advanced">
|
|
40 <param name="options_advanced_selector" type="select" label="Reads filter options" help="by default, all reads are kept with no Ns limitation">
|
|
41 <option value="default" selected="true">default</option>
|
|
42 <option value="advanced">advanced</option>
|
|
43 </param>
|
|
44 <when value="advanced">
|
|
45 <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" />
|
|
46 <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." />
|
|
47 </when>
|
|
48 </conditional>
|
|
49 </inputs>
|
|
50 <outputs>
|
|
51 <data format="zip" name="output_vectors" label="${tool.name} on ${on_string}: vector.zip" />
|
|
52 <data format="zip" name="output_logs" label="${tool.name} on ${on_string}: logs.zip" />
|
|
53 <data format="png" name="output_dendro" label="${tool.name} on ${on_string}: dendrogram.png" />
|
|
54 <data format="zip" name="output_matrix" label="${tool.name} on ${on_string}: matrix.zip" />
|
|
55 <data format="png" name="output_heatmap1" label="${tool.name} on ${on_string}: heatmap_normalized.png" />
|
|
56 <data format="png" name="output_heatmap2" label="${tool.name} on ${on_string}: heatmap_percentage.png" />
|
|
57 <data format="png" name="output_heatmap3" label="${tool.name} on ${on_string}: heatmap_plain.png" />
|
|
58 </outputs>
|
3
|
59 <stdio>
|
|
60 <exit_code range="1" level="fatal" description="Error in Commet execution" />
|
|
61 </stdio>
|
0
|
62 <help>
|
|
63
|
|
64 **Description**
|
|
65
|
|
66 COMMET (COmpare Multiple METagenomes”) provides a global similarity overview between all datasets of a large metagenomic project.
|
|
67
|
|
68 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.
|
|
69
|
|
70
|
|
71 -------
|
|
72
|
|
73 **Web site**
|
|
74
|
|
75 http://colibread.inria.fr/commet/
|
|
76
|
|
77 -------
|
|
78
|
|
79 **Integrated by**
|
|
80
|
|
81 Yvan Le Bras and Cyril Monjeaud
|
|
82
|
|
83 GenOuest Bio-informatics Core Facility
|
|
84
|
|
85 UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France)
|
|
86
|
|
87 support@genouest.org
|
|
88
|
|
89 If you use this tool in Galaxy, please cite :
|
|
90
|
|
91 `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>`_
|
|
92
|
|
93
|
|
94 </help>
|
|
95 <citations>
|
|
96 <citation type="doi">10.1186/1471-2105-13-S19-S10</citation>
|
|
97 <citation type="bibtex">@INPROCEEDINGS{JOBIM2013,
|
|
98 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.},
|
|
99 title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France},
|
|
100 booktitle = {JOBIM 2013 Proceedings},
|
|
101 year = {2013},
|
|
102 url = {https://www.e-biogenouest.org/resources/128},
|
|
103 pages = {97-106}
|
|
104 }
|
|
105 </citation>
|
|
106 </citations>
|
|
107
|
|
108 </tool>
|
|
109
|