# HG changeset patch # User peterjc # Date 1743007630 0 # Node ID fc35ffc8c548d4971f03c5881c150af8f7eff8d0 # Parent cbf3f518b6684168207a9b9047e85be46e388ad0 planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit eb397ba9bd3d2f3db13757f3bce094a89c4de9b3 diff -r cbf3f518b668 -r fc35ffc8c548 test-data/blastn_chimera_vs_three_human_max1.txt --- a/test-data/blastn_chimera_vs_three_human_max1.txt Thu Feb 22 15:07:36 2024 +0000 +++ b/test-data/blastn_chimera_vs_three_human_max1.txt Wed Mar 26 16:47:10 2025 +0000 @@ -1,4 +1,4 @@ -BLASTN 2.14.1+ +BLASTN 2.16.0+ Reference: Zheng Zhang, Scott Schwartz, Lukas Wagner, and Webb diff -r cbf3f518b668 -r fc35ffc8c548 test-data/blastn_rhodopsin_vs_three_human.xml --- a/test-data/blastn_rhodopsin_vs_three_human.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/test-data/blastn_rhodopsin_vs_three_human.xml Wed Mar 26 16:47:10 2025 +0000 @@ -2,7 +2,7 @@ blastn - BLASTN 2.14.1+ + BLASTN 2.16.0+ Zheng Zhang, Scott Schwartz, Lukas Wagner, and Webb Miller (2000), "A greedy algorithm for aligning DNA sequences", J Comput Biol 2000; 7(1-2):203-14. Query_1 diff -r cbf3f518b668 -r fc35ffc8c548 test-data/blastp_four_human_vs_rhodopsin.xml --- a/test-data/blastp_four_human_vs_rhodopsin.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/test-data/blastp_four_human_vs_rhodopsin.xml Wed Mar 26 16:47:10 2025 +0000 @@ -2,7 +2,7 @@ blastp - BLASTP 2.14.1+ + BLASTP 2.16.0+ Stephen F. Altschul, Thomas L. Madden, Alejandro A. Schäffer, Jinghui Zhang, Zheng Zhang, Webb Miller, and David J. Lipman (1997), "Gapped BLAST and PSI-BLAST: a new generation of protein database search programs", Nucleic Acids Res. 25:3389-3402. Q9BS26 diff -r cbf3f518b668 -r fc35ffc8c548 test-data/blastx_rhodopsin_vs_four_human.xml --- a/test-data/blastx_rhodopsin_vs_four_human.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/test-data/blastx_rhodopsin_vs_four_human.xml Wed Mar 26 16:47:10 2025 +0000 @@ -2,7 +2,7 @@ blastx - BLASTX 2.14.1+ + BLASTX 2.16.0+ Stephen F. Altschul, Thomas L. Madden, Alejandro A. Schäffer, Jinghui Zhang, Zheng Zhang, Webb Miller, and David J. Lipman (1997), "Gapped BLAST and PSI-BLAST: a new generation of protein database search programs", Nucleic Acids Res. 25:3389-3402. Query_1 diff -r cbf3f518b668 -r fc35ffc8c548 test-data/tblastn_four_human_vs_rhodopsin.xml --- a/test-data/tblastn_four_human_vs_rhodopsin.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/test-data/tblastn_four_human_vs_rhodopsin.xml Wed Mar 26 16:47:10 2025 +0000 @@ -2,7 +2,7 @@ tblastn - TBLASTN 2.14.1+ + TBLASTN 2.16.0+ Stephen F. Altschul, Thomas L. Madden, Alejandro A. Schäffer, Jinghui Zhang, Zheng Zhang, Webb Miller, and David J. Lipman (1997), "Gapped BLAST and PSI-BLAST: a new generation of protein database search programs", Nucleic Acids Res. 25:3389-3402. Query_1 diff -r cbf3f518b668 -r fc35ffc8c548 test-data/three_human_mRNA.fasta.gz Binary file test-data/three_human_mRNA.fasta.gz has changed diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/blastxml_to_tabular.xml --- a/tools/ncbi_blast_plus/blastxml_to_tabular.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/blastxml_to_tabular.xml Wed Mar 26 16:47:10 2025 +0000 @@ -7,7 +7,7 @@ python python $__tool_directory__/blastxml_to_tabular.py --version - + + ]]> @@ -66,73 +66,97 @@ - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + - - - + + + + + diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/get_species_taxids.xml --- a/tools/ncbi_blast_plus/get_species_taxids.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/get_species_taxids.xml Wed Mar 26 16:47:10 2025 +0000 @@ -3,7 +3,8 @@ ncbi_macros.xml - + + echo "@TOOL_VERSION@" diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Wed Mar 26 16:47:10 2025 +0000 @@ -5,11 +5,11 @@ ncbi_macros.xml - + + ]]> @@ -46,14 +46,6 @@ switch to give summary information about a BLAST database, such as the size (number of sequences and total length) and date. -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -5,7 +5,7 @@ ncbi_macros.xml - + (lcl\||gnl\|BL_ORD_ID\|[0-9]* )/>/1' > "$seq" #else: -| sed 's/>\(lcl|\|gnl|BL_ORD_ID|[0-9]* \)/>/1' > "$seq" +| sed 's/>\(lcl|\|gnl|BL_ORD_ID|[0-9]* \)/>/1' > "$seq" #end if - + ]]> @@ -152,14 +152,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,10 +4,8 @@ blastn ncbi_macros.xml - - - - + ]]> @@ -83,93 +80,147 @@ - - - + + + + + - - + + + + + + - - - + + + + + - - + + + + + + - - - + + + + + - - + + + + + + - - - + + + + + - - - - + + + + + + + + - - - - - + + + + + + + + + + + - - - - - + + + + + + + + + + + - - - + + + + + + + - - - + + + + + + + - - - - - + + + + + + + + + + + - - - + + + + + + + @@ -193,14 +244,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,9 +4,8 @@ blastp ncbi_macros.xml - - + + ]]> @@ -75,92 +74,136 @@ - - - + + + + + - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + + + - - - - - - - - - + + + + + + + + + + + + + + + - - - + + + + + - - - - - - - - + + + + + + + + + + + + + + - - - + + + + + - - + + + + + + - - - + + + + + - - + + + + + + - - - + + + + + - - - - - - + + + + + + + + + + + + @@ -183,14 +226,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,9 +4,8 @@ blastx ncbi_macros.xml - - + + ]]> @@ -68,58 +67,90 @@ - - - + + + + + - - + + + + + + - - - + + + + + - - + + + + + + - - - + + + + + - - + + + + + + - - - + + + + + - - - - - - - + + + + + + + + + + + - - - + + + + + - - - + + + + + + + + + @@ -142,14 +173,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_convert2blastmask_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_convert2blastmask_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_convert2blastmask_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -5,7 +5,7 @@ ncbi_macros.xml - + + ]]> @@ -76,12 +76,6 @@ .. _BLAST Command Line Applications User Manual: https://www.ncbi.nlm.nih.gov/books/NBK279690/ -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_dustmasker_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_dustmasker_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_dustmasker_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -6,7 +6,7 @@ ncbi_macros.xml - + + ]]> @@ -49,8 +55,10 @@ - - + + + + @@ -58,8 +66,10 @@ - - + + + + @@ -67,8 +77,10 @@ - - + + + + @@ -88,12 +100,6 @@ .. _BLAST Command Line Applications User Manual: https://www.ncbi.nlm.nih.gov/books/NBK279690/ .. _DUST: https://www.ncbi.nlm.nih.gov/pubmed/16796549 -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Wed Mar 26 16:47:10 2025 +0000 @@ -1,18 +1,24 @@ - 2.14.1 - 2 - 16.10 - - - + 2.16.0 + 0 + 22.01 + + + blast + + + + + + + @BINARY@ -version - + blast - @BINARY@ -version @@ -769,19 +775,6 @@ #end if ]]> - 10.1093/nar/25.17.3389 diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_makeblastdb.xml --- a/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Wed Mar 26 16:47:10 2025 +0000 @@ -167,7 +167,7 @@ - + @@ -188,10 +188,12 @@ - + - - + + + + @@ -211,7 +213,7 @@ - + @@ -236,10 +238,12 @@ - + - - + + + + @@ -262,10 +266,12 @@ - + - - + + + + @@ -296,12 +302,6 @@ For this reason, it's best to apply all masks at once to minimize the number of unnecessary intermediate databases. --> -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_makeprofiledb.xml --- a/tools/ncbi_blast_plus/ncbi_makeprofiledb.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_makeprofiledb.xml Wed Mar 26 16:47:10 2025 +0000 @@ -5,9 +5,9 @@ ncbi_macros.xml - + + ]]> - + + ]]> - + + + @@ -116,13 +118,6 @@ .. _BLAST Command Line Applications User Manual: https://www.ncbi.nlm.nih.gov/books/NBK279690/ - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,9 +4,8 @@ deltablast ncbi_macros.xml - - + + ]]> @@ -47,18 +46,20 @@ - - - - + + + + - + + + @@ -109,14 +110,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_rpstblastn_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,9 +4,8 @@ rpstblastn ncbi_macros.xml - - + + ]]> @@ -53,10 +52,14 @@ - - + + + + - + + + @@ -107,14 +110,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_segmasker_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_segmasker_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_segmasker_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -5,7 +5,7 @@ ncbi_macros.xml - + + ]]> @@ -51,8 +51,10 @@ - - + + + + @@ -60,8 +62,10 @@ - - + + + + @@ -69,8 +73,10 @@ - - + + + + @@ -90,12 +96,6 @@ .. _BLAST Command Line Applications User Manual: https://www.ncbi.nlm.nih.gov/books/NBK279690/ .. _SEG: https://www.ncbi.nlm.nih.gov/pubmed/8743706 -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,9 +4,8 @@ tblastn ncbi_macros.xml - - + + ]]> @@ -72,80 +71,120 @@ - - - + + + + + - - - - - - - + + + + + + + + + + + + + - - - + + + + + - - - - - - - + + + + + + + + + + + + + - - - + + + + + - - - - - - - + + + + + + + + + + + + + - - - + + + + + - - - - - - - + + + + + + + + + + + + + - - - + + + + + - - - - - - - + + + + + + + + + + + + + @@ -168,14 +207,6 @@ @CLI_OPTIONS@ ------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@ diff -r cbf3f518b668 -r fc35ffc8c548 tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Thu Feb 22 15:07:36 2024 +0000 +++ b/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Wed Mar 26 16:47:10 2025 +0000 @@ -4,9 +4,8 @@ tblastx ncbi_macros.xml - - + + ]]> @@ -61,12 +60,18 @@ - - - + + + + + - - + + + + + + @@ -89,14 +94,6 @@ @CLI_OPTIONS@ -------- - -**References** - -If you use this Galaxy tool in work leading to a scientific publication please -cite the following papers: - -@REFERENCES@