comparison tools/ncbi_blast_plus/ncbi_rpsblast_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 3034ce97dd33
children 31e517610e1f
comparison
equal deleted inserted replaced
21:7538e2bfcd41 22:6f386c5dc4fb
4 <token name="@BINARY@">deltablast</token> 4 <token name="@BINARY@">deltablast</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 rpsblast 12 rpsblast
13 -query "$query" 13 -query '$query'
14 #if $db_opts.db_opts_selector == "db": 14 #if $db_opts.db_opts_selector == "db":
15 -db "${db_opts.database.fields.path}" 15 -db '${db_opts.database.fields.path}'
16 #elif $db_opts.db_opts_selector == "histdb": 16 #elif $db_opts.db_opts_selector == "histdb":
17 -db "${os.path.join($db_opts.histdb.files_path,'blastdb')}" 17 -db '${os.path.join($db_opts.histdb.files_path, "blastdb")}'
18 #end if 18 #end if
19 -evalue $evalue_cutoff 19 -evalue $evalue_cutoff
20 @BLAST_OUTPUT@ 20 @BLAST_OUTPUT@
21 @THREADS@ 21 @THREADS@
22 #if $adv_opts.adv_opts_selector=="advanced": 22 #if $adv_opts.adv_opts_selector=="advanced":
25 @ADV_QCOV_HSP_PERC@ 25 @ADV_QCOV_HSP_PERC@
26 ## End of advanced options: 26 ## End of advanced options:
27 #end if 27 #end if
28 </command> 28 </command>
29 <inputs> 29 <inputs>
30 <param name="query" type="data" format="fasta" label="Protein query sequence(s)"/> 30 <param argument="-query" type="data" format="fasta" label="Protein query sequence(s)"/>
31 31
32 <expand macro="input_conditional_pssm" /> 32 <expand macro="input_conditional_pssm" />
33 33
34 <expand macro="input_evalue" /> 34 <expand macro="input_evalue" />
35 35
59 <param name="out_format" value="6" /> 59 <param name="out_format" value="6" />
60 <output name="output1" file="empty_file.dat" ftype="tabular" /> 60 <output name="output1" file="empty_file.dat" ftype="tabular" />
61 </test> 61 </test>
62 </tests> 62 </tests>
63 <help> 63 <help>
64 64
65 @SEARCH_TIME_WARNING@ 65 @SEARCH_TIME_WARNING@
66 66
67 **What it does** 67 **What it does**
68 68
69 Search a *protein domain database* using a *protein query*, 69 Search a *protein domain database* using a *protein query*,
74 74
75 *CDD* - NCBI curarated meta-collection of domains, see 75 *CDD* - NCBI curarated meta-collection of domains, see
76 http://www.ncbi.nlm.nih.gov/Structure/cdd/cdd_help.shtml#NCBI_curated_domains 76 http://www.ncbi.nlm.nih.gov/Structure/cdd/cdd_help.shtml#NCBI_curated_domains
77 77
78 *Kog* - PSSMs from automatically aligned sequences and sequence 78 *Kog* - PSSMs from automatically aligned sequences and sequence
79 fragments classified in the KOGs resource, the eukaryotic 79 fragments classified in the KOGs resource, the eukaryotic
80 counterpart to COGs, see http://www.ncbi.nlm.nih.gov/COG/ 80 counterpart to COGs, see http://www.ncbi.nlm.nih.gov/COG/
81 81
82 *Cog* - PSSMs from automatically aligned sequences and sequence 82 *Cog* - PSSMs from automatically aligned sequences and sequence
83 fragments classified in the COGs resource, which focuses primarily 83 fragments classified in the COGs resource, which focuses primarily
84 on prokaryotes, see http://www.ncbi.nlm.nih.gov/COG/ 84 on prokaryotes, see http://www.ncbi.nlm.nih.gov/COG/