# HG changeset patch # User bitlab # Date 1545067241 18000 # Node ID 353e5673bcb8c469a7c0ae9bb1870b9a26a74e14 # Parent 7430449b881411471344db841293b96efd93bbb7 Uploaded diff -r 7430449b8814 -r 353e5673bcb8 IMSAME/IMSAME.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IMSAME/IMSAME.xml Mon Dec 17 12:20:41 2018 -0500 @@ -0,0 +1,39 @@ + + A Pairwise Incremental Multi-Staged Alignment Method for Metagenomes Comparison + + + + + + + + + /home/galaxy-bitlab/galaxy/tools/IMSAME/bin/IMSAME -query $query -db $db -evalue $evalue -coverage $coverage -identity $identity -kmer $kmer -out $output --full + + + + + + +IMSAME (Incremental Multi-Stage Alignment of MEtagenomes) is a highly parallel, fine-grained software for the pairwise alignment of metagenomes specifically designed for accurately finding conserved homology signals across metagenomic sequences. + +----- + +**Manual** + +To use IMSAME, simply upload two metagenomes in the fasta format and select these as Query and Reference metagenome. Once so, choose the parameters that suit best your comparison: + +- Evalue: This parameter is the minimum expected value required for an alignment to be reported. + +- Coverage: This parameter is the minimum coverage to report an alignment. Coverage is the length of the alignment divided by the length of the query read. + +- Identity: This parameter is the minimum identity to report an alignment. + +- Word size: This parameter is the seed size used for heuristically exploring the search space. + + + + + 10.1089/cmb.2018.0081 + + \ No newline at end of file