comparison tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml @ 14:2fe07f50a41e draft

Uploaded v0.1.01 - Requires blastdbd datatype (blast_datatypes v0.0.19). Support for makeprofiledb to create protein domain databases and use them in RPS-BLAST and RPS-TBLASTN. Tools now support GI and SeqID filters, and embed the citations.
author peterjc
date Mon, 01 Dec 2014 05:59:16 -0500
parents 623f727cdff1
children c16c30e9ad5b
comparison
equal deleted inserted replaced
13:623f727cdff1 14:2fe07f50a41e
1 <tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.1.00"> 1 <tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.1.01">
2 <description>Search protein database with protein query sequence(s)</description> 2 <description>Search protein database with protein 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" merge_outputs="output1" /> 4 <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" merge_outputs="output1" />
5 <macros> 5 <macros>
6 <token name="@BINARY@">blastp</token> 6 <token name="@BINARY@">blastp</token>
20 #if $adv_opts.adv_opts_selector=="advanced": 20 #if $adv_opts.adv_opts_selector=="advanced":
21 -matrix $adv_opts.matrix 21 -matrix $adv_opts.matrix
22 @ADVANCED_OPTIONS@ 22 @ADVANCED_OPTIONS@
23 ##Ungapped disabled for now - see comments below 23 ##Ungapped disabled for now - see comments below
24 ##$adv_opts.ungapped 24 ##$adv_opts.ungapped
25 @ADV_ID_LIST_FILTER@
25 ## End of advanced options: 26 ## End of advanced options:
26 #end if 27 #end if
27 </command> 28 </command>
28 29
29 <expand macro="stdio" /> 30 <expand macro="stdio" />
50 Composition-adjusted searched are not supported with an ungapped search, please add -comp_based_stats F or do a gapped search 51 Composition-adjusted searched are not supported with an ungapped search, please add -comp_based_stats F or do a gapped search
51 Tried using '-ungapped -comp_based_stats F' and blastp crashed with 'Attempt to access NULL pointer.' 52 Tried using '-ungapped -comp_based_stats F' and blastp crashed with 'Attempt to access NULL pointer.'
52 <param name="ungapped" type="boolean" label="Perform ungapped alignment only?" truevalue="-ungapped -comp_based_stats F" falsevalue="" checked="false" /> 53 <param name="ungapped" type="boolean" label="Perform ungapped alignment only?" truevalue="-ungapped -comp_based_stats F" falsevalue="" checked="false" />
53 --> 54 -->
54 <expand macro="input_parse_deflines" /> 55 <expand macro="input_parse_deflines" />
56 <expand macro="advanced_optional_id_files" />
55 </expand> 57 </expand>
56 </inputs> 58 </inputs>
57 <outputs> 59 <outputs>
58 <data name="output1" format="tabular" label="${blast_type.value} $query.name vs @ON_DB_SUBJECT@"> 60 <data name="output1" format="tabular" label="${blast_type.value} $query.name vs @ON_DB_SUBJECT@">
59 <expand macro="output_change_format" /> 61 <expand macro="output_change_format" />
142 If you use this Galaxy tool in work leading to a scientific publication please 144 If you use this Galaxy tool in work leading to a scientific publication please
143 cite the following papers: 145 cite the following papers:
144 146
145 @REFERENCES@ 147 @REFERENCES@
146 </help> 148 </help>
149 <expand macro="blast_citations" />
147 </tool> 150 </tool>