# HG changeset patch # User bgruening # Date 1501079452 14400 # Node ID 830516f9521b8689f38039b6bb1c923df39bc4c6 # Parent fd14bf35c9fd4cc9ccf87dfd898928096c5b3626 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diamond commit 0a893f1ee7f73d24004a43ec1ba6a4cc03fbfab0 diff -r fd14bf35c9fd -r 830516f9521b diamond.tar.gz Binary file diamond.tar.gz has changed diff -r fd14bf35c9fd -r 830516f9521b diamond.xml --- a/diamond.xml Mon Feb 06 23:57:32 2017 -0500 +++ b/diamond.xml Wed Jul 26 10:30:52 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 fd14bf35c9fd -r 830516f9521b test-data/diamond_makedb_result1.dmnd Binary file test-data/diamond_makedb_result1.dmnd has changed