comparison tools/ncbi_blast_plus/ncbi_blastx_wrapper.xml @ 6:a23b0627623c draft

Uploaded v0.0.15, clearer warning about searching against a FASTA file.
author peterjc
date Thu, 24 Jan 2013 12:40:41 -0500
parents 393a7a35383c
children 1f546099212f
comparison
equal deleted inserted replaced
5:393a7a35383c 6:a23b0627623c
1 <tool id="ncbi_blastx_wrapper" name="NCBI BLAST+ blastx" version="0.0.14"> 1 <tool id="ncbi_blastx_wrapper" name="NCBI BLAST+ blastx" version="0.0.15">
2 <description>Search protein database with translated nucleotide query sequence(s)</description> 2 <description>Search protein database with translated nucleotide query sequence(s)</description>
3 <!-- If job splitting is enabled, break up the query file into parts --> 3 <!-- If job splitting is enabled, break up the query file into parts -->
4 <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" shared_inputs="subject,histdb" merge_outputs="output1"></parallelism> 4 <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" shared_inputs="subject,histdb" merge_outputs="output1"></parallelism>
5 <version_command>blastx -version</version_command> 5 <version_command>blastx -version</version_command>
6 <command> 6 <command>
54 <param name="query" type="data" format="fasta" label="Nucleotide query sequence(s)"/> 54 <param name="query" type="data" format="fasta" label="Nucleotide query sequence(s)"/>
55 <conditional name="db_opts"> 55 <conditional name="db_opts">
56 <param name="db_opts_selector" type="select" label="Subject database/sequences"> 56 <param name="db_opts_selector" type="select" label="Subject database/sequences">
57 <option value="db" selected="True">BLAST Database</option> 57 <option value="db" selected="True">BLAST Database</option>
58 <option value="histdb">BLAST database from your history</option> 58 <option value="histdb">BLAST database from your history</option>
59 <option value="file">FASTA file from your history (pairwise e-values)</option> 59 <option value="file">FASTA file from your history (see warning note below)</option>
60 </param> 60 </param>
61 <when value="db"> 61 <when value="db">
62 <param name="database" type="select" label="Protein BLAST database"> 62 <param name="database" type="select" label="Protein BLAST database">
63 <options from_file="blastdb_p.loc"> 63 <options from_file="blastdb_p.loc">
64 <column name="value" index="0"/> 64 <column name="value" index="0"/>
213 **What it does** 213 **What it does**
214 214
215 Search a *protein database* using a *translated nucleotide query*, 215 Search a *protein database* using a *translated nucleotide query*,
216 using the NCBI BLAST+ blastx command line tool. 216 using the NCBI BLAST+ blastx command line tool.
217 217
218 .. class:: warningmark
219
220 You can also search against a FASTA file of subject protein
221 sequences. This is *not* advised because it is slower (only one
222 CPU is used), but more importantly gives e-values for pairwise
223 searches (very small e-values which will look overly signficiant).
224 In most cases you should instead turn the other FASTA file into a
225 database first using *makeblastdb* and search against that.
226
218 ----- 227 -----
219 228
220 **Output format** 229 **Output format**
221 230
222 Because Galaxy focuses on processing tabular data, the default output of this 231 Because Galaxy focuses on processing tabular data, the default output of this