comparison tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml @ 22:6f386c5dc4fb draft

v0.2.01 add -max_hsps, -use_sw_tback; lists args; internal updates
author peterjc
date Mon, 18 Sep 2017 06:21:27 -0400
parents 7538e2bfcd41
children 31e517610e1f
comparison
equal deleted inserted replaced
21:7538e2bfcd41 22:6f386c5dc4fb
4 <token name="@BINARY@">tblastn</token> 4 <token name="@BINARY@">tblastn</token>
5 <import>ncbi_macros.xml</import> 5 <import>ncbi_macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="parallelism" /> 7 <expand macro="parallelism" />
8 <expand macro="preamble" /> 8 <expand macro="preamble" />
9 <command> 9 <command detect_errors="aggressive">
10 ## The command is a Cheetah template which allows some Python based syntax. 10 ## The command is a Cheetah template which allows some Python based syntax.
11 ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces 11 ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces
12 tblastn 12 tblastn
13 -query "$query" 13 -query '$query'
14 @BLAST_DB_SUBJECT@ 14 @BLAST_DB_SUBJECT@
15 -task $blast_type 15 -task $blast_type
16 -evalue $evalue_cutoff 16 -evalue $evalue_cutoff
17 @BLAST_OUTPUT@ 17 @BLAST_OUTPUT@
18 @THREADS@ 18 @THREADS@
28 @ADV_QCOV_HSP_PERC@ 28 @ADV_QCOV_HSP_PERC@
29 ## End of advanced options: 29 ## End of advanced options:
30 #end if 30 #end if
31 </command> 31 </command>
32 <inputs> 32 <inputs>
33 <param name="query" type="data" format="fasta" label="Protein query sequence(s)"/> 33 <param argument="-query" type="data" format="fasta" label="Protein query sequence(s)"/>
34 34
35 <expand macro="input_conditional_nucleotide_db" /> 35 <expand macro="input_conditional_nucleotide_db" />
36 <param name="blast_type" type="select" display="radio" label="Type of BLAST"> 36 <param name="blast_type" argument="-task" type="select" display="radio" label="Type of BLAST">
37 <option value="tblastn">tblastn - Traditional TBLASTN to compare protein query to translated nucleotide database</option> 37 <option value="tblastn">tblastn - Traditional TBLASTN to compare protein query to translated nucleotide database</option>
38 <option value="tblastn-fast">tblastn-fast - Use longer words for seeding, faster but less accurate</option> 38 <option value="tblastn-fast">tblastn-fast - Use longer words for seeding, faster but less accurate</option>
39 </param> 39 </param>
40 <expand macro="input_evalue" /> 40 <expand macro="input_evalue" />
41 <expand macro="input_out_format" /> 41 <expand macro="input_out_format" />
49 <expand macro="input_word_size" /> 49 <expand macro="input_word_size" />
50 <!-- 50 <!--
51 Can't use '-ungapped' on its own, error back is: 51 Can't use '-ungapped' on its own, error back is:
52 Composition-adjusted searched are not supported with an ungapped search, please add -comp_based_stats F or do a gapped search 52 Composition-adjusted searched are not supported with an ungapped search, please add -comp_based_stats F or do a gapped search
53 Tried using '-ungapped -comp_based_stats F' and tblastn crashed with 'Attempt to access NULL pointer.' 53 Tried using '-ungapped -comp_based_stats F' and tblastn crashed with 'Attempt to access NULL pointer.'
54 <param name="ungapped" type="boolean" label="Perform ungapped alignment only?" truevalue="-ungapped -comp_based_stats F" falsevalue="" checked="false" /> 54 <param argument="-ungapped" type="boolean" label="Perform ungapped alignment only?" truevalue="-ungapped -comp_based_stats F" falsevalue="" checked="false" />
55 --> 55 -->
56 <expand macro="input_parse_deflines" /> 56 <expand macro="input_parse_deflines" />
57 <expand macro="advanced_optional_id_files" /> 57 <expand macro="advanced_optional_id_files" />
58 <expand macro="input_qcov_hsp_perc" /> 58 <expand macro="input_qcov_hsp_perc" />
59 </expand> 59 </expand>
142 <param name="parse_deflines" value="false" /> 142 <param name="parse_deflines" value="false" />
143 <output name="output1" file="tblastn_four_human_vs_rhodopsin.html" ftype="html" lines_diff="8" /> 143 <output name="output1" file="tblastn_four_human_vs_rhodopsin.html" ftype="html" lines_diff="8" />
144 </test> 144 </test>
145 </tests> 145 </tests>
146 <help> 146 <help>
147 147
148 @SEARCH_TIME_WARNING@ 148 @SEARCH_TIME_WARNING@
149 149
150 **What it does** 150 **What it does**
151 151
152 Search a *translated nucleotide database* using a *protein query*, 152 Search a *translated nucleotide database* using a *protein query*,