# HG changeset patch # User peterjc # Date 1366207468 14400 # Node ID d42346e675c4d5098b800b1fd4bb066df52110af # Parent 4afb12181d1a221fde41e9c1b66408b803c6022f Uploaded v0.0.19 pre-release attempt 2 This defines a package requirement in each wrapper. diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_info.xml Wed Apr 17 10:04:28 2013 -0400 @@ -1,5 +1,10 @@ - + Show BLAST database information from blastdbcmd + + blastdbcmd + blast+ + + blastdbcmd -version blastdbcmd -dbtype $db_opts.db_type -db "${db_opts.database.fields.path}" -info -out "$info" @@ -40,9 +45,6 @@ - - blastdbcmd - **What it does** diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -1,5 +1,10 @@ - + Extract sequence(s) from BLAST database + + blastdbcmd + blast+ + + blastdbcmd -version ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces @@ -95,9 +100,6 @@ - - blastdbcmd - **What it does** diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -2,6 +2,10 @@ Search nucleotide database with nucleotide query sequence(s) + + blastn + blast+ + blastn -version ## The command is a Cheetah template which allows some Python based syntax. @@ -144,9 +148,6 @@ - - blastn - .. class:: warningmark diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -2,6 +2,10 @@ Search protein database with protein query sequence(s) + + blastp + blast+ + blastp -version ## The command is a Cheetah template which allows some Python based syntax. @@ -149,9 +153,6 @@ - - blastp - diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -2,6 +2,10 @@ Search protein database with translated nucleotide query sequence(s) + + blastx + blast+ + blastx -version ## The command is a Cheetah template which allows some Python based syntax. @@ -166,9 +170,6 @@ - - blastx - diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_makeblastdb.xml --- a/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_makeblastdb.xml Wed Apr 17 10:04:28 2013 -0400 @@ -1,7 +1,11 @@ -Make BLAST database -makeblastdb -version - + Make BLAST database + + makeblastdb + blast+ + + makeblastdb -version + makeblastdb -out "${os.path.join($outfile.extra_files_path,'blastdb')}" $parse_seqids $hash_index @@ -100,6 +104,7 @@ makeblastdb + blast+ **What it does** diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_rpsblast_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -2,6 +2,10 @@ Search protein domain database (PSSMs) with protein query sequence(s) + + rpsblast + blast+ + rpsblast -version ## The command is a Cheetah template which allows some Python based syntax. @@ -121,9 +125,6 @@ - - rpsblast - .. class:: warningmark diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -2,6 +2,10 @@ Search translated nucleotide database with protein query sequence(s) + + tblastn + blast+ + tblastn -version ## The command is a Cheetah template which allows some Python based syntax. @@ -166,9 +170,6 @@ - - tblastn - diff -r 4afb12181d1a -r d42346e675c4 tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Wed Apr 17 09:47:27 2013 -0400 +++ b/tools/ncbi_blast_plus/ncbi_tblastx_wrapper.xml Wed Apr 17 10:04:28 2013 -0400 @@ -2,6 +2,10 @@ Search translated nucleotide database with translated nucleotide query sequence(s) + + tblastx + blast+ + tblastx -version ## The command is a Cheetah template which allows some Python based syntax. @@ -186,9 +190,6 @@ - - tblastx - .. class:: warningmark