# HG changeset patch # User ylebras # Date 1447855935 0 # Node ID 10dc665d6b0366e1f628c1da0c224b5dcfce2d8c first commit diff -r 000000000000 -r 10dc665d6b03 commet.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commet.xml Wed Nov 18 14:12:15 2015 +0000 @@ -0,0 +1,108 @@ + + COmpare Multiple METagenomes + + ylebras/commet_galaxy + + +commet.py +#for $set in $sets + --set ${set.setname}::${set.reads} +#end for +-k $kmer +-t $minsharedkmer +-l $minlengthread +-e $minshannonindex +#if str( $options_advanced.options_advanced_selector ) == "advanced" +-m $options_advanced.maxreads +-n $options_advanced.maxn +#end if +--output_vectors $output_vectors +--output_dendro $output_dendro +--output_matrix $output_matrix +--output_logs $output_logs +--output_heatmap1 $output_heatmap1 +--output_heatmap2 $output_heatmap2 +--output_heatmap3 $output_heatmap3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**Description** + +COMMET (COmpare Multiple METagenomes”) provides a global similarity overview between all datasets of a large metagenomic project. + +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. + + +------- + +**Web site** + +http://colibread.inria.fr/commet/ + +------- + +**Integrated by** + +Yvan Le Bras and Cyril Monjeaud + +GenOuest Bio-informatics Core Facility + +UMR 6074 IRISA INRIA-CNRS-UR1 Rennes (France) + +support@genouest.org + +If you use this tool in Galaxy, please cite : + +`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>`_ + + + + +10.1186/1471-2105-13-S19-S10 +@INPROCEEDINGS{JOBIM2013, + 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.}, + title = {Towards a Life Sciences Virtual Research Environment: An e-Science initiative in Western France}, + booktitle = {JOBIM 2013 Proceedings}, + year = {2013}, + url = {https://www.e-biogenouest.org/resources/128}, + pages = {97-106} + } + + + + +