# HG changeset patch # User bitlab # Date 1545067198 18000 # Node ID 09d02332c84cf866190e4f34f375cfac2e2eb74a # Parent 5fd94d2e8a83d9e39e8cb00c13709eae2f3ce1f0 Uploaded diff -r 5fd94d2e8a83 -r 09d02332c84c IMSAME.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IMSAME.xml Mon Dec 17 12:19:58 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