1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/632d4c48d97c/ changeset: 632d4c48d97c user: peterjc date: 2011-07-07 12:19:33 summary: Support new tool version tag in NCBI BLAST+ wrappers affected #: 5 files (267 bytes) --- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Tue Jul 12 15:02:37 2011 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Thu Jul 07 11:19:33 2011 +0100 @@ -1,5 +1,6 @@ -<tool id="ncbi_blastn_wrapper" name="NCBI BLAST+ blastn" version="0.0.10"> +<tool id="ncbi_blastn_wrapper" name="NCBI BLAST+ blastn" version="0.0.11"><description>Search nucleotide database with nucleotide query sequence(s)</description> + <version_string>blastn -version</version_string><command interpreter="python">hide_stderr.py ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces --- a/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Tue Jul 12 15:02:37 2011 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Thu Jul 07 11:19:33 2011 +0100 @@ -1,5 +1,6 @@ -<tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.0.10"> +<tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.0.11"><description>Search protein database with protein query sequence(s)</description> + <version_string>blastp -version</version_string><command interpreter="python">hide_stderr.py ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces --- a/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Tue Jul 12 15:02:37 2011 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Thu Jul 07 11:19:33 2011 +0100 @@ -1,5 +1,6 @@ -<tool id="ncbi_blastx_wrapper" name="NCBI BLAST+ blastx" version="0.0.10"> +<tool id="ncbi_blastx_wrapper" name="NCBI BLAST+ blastx" version="0.0.11"><description>Search protein database with translated nucleotide query sequence(s)</description> + <version_string>blastx -version</version_string><command interpreter="python">hide_stderr.py ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces --- a/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Tue Jul 12 15:02:37 2011 -0400 +++ b/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Thu Jul 07 11:19:33 2011 +0100 @@ -1,5 +1,6 @@ -<tool id="ncbi_tblastn_wrapper" name="NCBI BLAST+ tblastn" version="0.0.10"> +<tool id="ncbi_tblastn_wrapper" name="NCBI BLAST+ tblastn" version="0.0.11"><description>Search translated nucleotide database with protein query sequence(s)</description> + <version_string>tblastn -version</version_string><command interpreter="python">hide_stderr.py ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces --- a/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Tue Jul 12 15:02:37 2011 -0400 +++ b/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Thu Jul 07 11:19:33 2011 +0100 @@ -1,5 +1,6 @@ -<tool id="ncbi_tblastx_wrapper" name="NCBI BLAST+ tblastx" version="0.0.10"> +<tool id="ncbi_tblastx_wrapper" name="NCBI BLAST+ tblastx" version="0.0.11"><description>Search translated nucleotide database with translated nucleotide query sequence(s)</description> + <version_string>tblastx -version</version_string><command interpreter="python">hide_stderr.py ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.