# HG changeset patch # User bgruening # Date 1501079437 14400 # Node ID 88e2629f5562146af059126f1597ef1b7708df3c # Parent 167766a9f00a4b8739c7fa21c1dfaca7c2fff81c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diamond commit 0a893f1ee7f73d24004a43ec1ba6a4cc03fbfab0 diff -r 167766a9f00a -r 88e2629f5562 diamond.tar.gz Binary file diamond.tar.gz has changed diff -r 167766a9f00a -r 88e2629f5562 diamond.xml --- a/diamond.xml Mon Feb 06 23:49:31 2017 -0500 +++ b/diamond.xml Wed Jul 26 10:30:37 2017 -0400 @@ -1,4 +1,4 @@ - + alignment tool for short sequences against a protein database macros.xml @@ -18,11 +18,13 @@ && diamond - $method_select + $method_select.method_select --threads "\${GALAXY_SLOTS:-12}" --db ./database --query '$query' - --query-gencode '$query_gencode' + #if $method_select.method_select == "blastx" + --query-gencode '$query_gencode' + #end if #if $output.outfmt == "5" --outfmt '5' @@ -38,8 +40,12 @@ #end if --compress '0' - $sensitive - $more_sensitive + #if $sensitivity == "1" + --sensitive + #else if $sensitivity == "2" + --more-sensitive + #end if + --gapopen '$gapopen' --gapextend '$gapextend' --matrix '$matrix' @@ -64,18 +70,45 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -86,27 +119,6 @@ - - - - - - - - - - - - - - - - - - - - - @@ -150,8 +162,11 @@ - - + + + + + @@ -212,11 +227,9 @@ - - - + @@ -242,7 +255,7 @@ about 80-90% of all matches that BLASTX finds, with an e-value of at most 1e-5. In sensitive mode, DIAMOND ist about 2,500 times faster than BLASTX, finding more than 94% of all matches. -The DIAMOND algorithm is designed for the alignment of large datasets. The algorithm is not efficient for a small number of query sequences or only a single one of them, and speed will be low. BLAST is recommend for small datasets. +The DIAMOND algorithm is designed for the alignment of large datasets. The algorithm is not efficient for a small number of query sequences or only a single one of them, and speed will be low. BLAST is recommended for small datasets. .. _DIAMOND: http://ab.inf.uni-tuebingen.de/software/diamond/ diff -r 167766a9f00a -r 88e2629f5562 test-data/diamond_makedb_result1.dmnd Binary file test-data/diamond_makedb_result1.dmnd has changed