# HG changeset patch # User peterjc # Date 1599598728 0 # Node ID 17f84d08f5a6693e12c32d508d56e7b9f065e205 # Parent 25f86a96c4c9674ca65f654cdee8ba2197a767fd "planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit f3980e76fb3b06f9c631e668f63f65055fc92cae-dirty" diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/README.rst --- a/tools/ncbi_blast_plus/README.rst Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/README.rst Tue Sep 08 20:58:48 2020 +0000 @@ -130,6 +130,23 @@ History ======= +The wrappers now follow the Galaxy convention of underlying tool version with +a galaxy specific suffix which gets reset to zero with each new BLAST version: + +============== =============================================================== +Version Changes +-------------- --------------------------------------------------------------- +2.7.1+galaxy0 - Adopted BLAST version with integer Galaxy wrapper suffix. + - Dropped legacy ``repository_dependencies.xml`` and + ``tool_dependencies.xml`` files. Instead assumes conda for + dependency resolution and requires at least Galaxy v16.10 + which includes the BLAST datatypes. + - ``blastdbcmd`` wrapper supports multiple databases +============== =============================================================== + +Prior releases used a self-contained version number (deliberately kept low to +avoid any confusion with the NCBI BLAST version numbers): + ======= ====================================================================== Version Changes ------- ---------------------------------------------------------------------- diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/blastxml_to_tabular.xml --- a/tools/ncbi_blast_plus/blastxml_to_tabular.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/blastxml_to_tabular.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Convert BLAST XML output to tabular ncbi_macros.xml diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Show BLAST database information from blastdbcmd blastdbcmd diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Extract sequence(s) from BLAST database blastdbcmd diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search nucleotide database with nucleotide query sequence(s) blastn diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search protein database with protein query sequence(s) blastp diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search protein database with translated nucleotide query sequence(s) blastx diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_convert2blastmask_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_convert2blastmask_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_convert2blastmask_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Convert masking information in lower-case masked FASTA input to file formats suitable for makeblastdb convert2blastmask diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_dustmasker_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_dustmasker_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_dustmasker_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + masks low complexity regions diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,5 +1,6 @@ - 0.3.3 + 2.7.1 + 0 16.10 @@ -8,7 +9,7 @@ - blast + blast @BINARY@ -version diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_makeblastdb.xml --- a/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Make BLAST database makeblastdb diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_makeprofiledb.xml --- a/tools/ncbi_blast_plus/ncbi_makeprofiledb.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_makeprofiledb.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Make profile database makeprofiledb diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search protein domain database (PSSMs) with protein query sequence(s) deltablast diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search protein domain database (PSSMs) with translated nucleotide query sequence(s) rpstblastn diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_segmasker_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_segmasker_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_segmasker_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + low-complexity regions in protein sequences segmasker diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search translated nucleotide database with protein query sequence(s) tblastn diff -r 25f86a96c4c9 -r 17f84d08f5a6 tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Tue Sep 08 16:38:13 2020 +0000 +++ b/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Tue Sep 08 20:58:48 2020 +0000 @@ -1,4 +1,4 @@ - + Search translated nucleotide database with translated nucleotide query sequence(s) tblastx