comparison tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml @ 19:7f3c448e119b draft

v0.1.07 - fix macro problem in blastxml_to_tabular.xml, reenable .loc tests
author peterjc
date Thu, 19 Nov 2015 06:30:35 -0500
parents 697f40151eaf
children 3034ce97dd33
comparison
equal deleted inserted replaced
18:577d9c12411a 19:7f3c448e119b
68 </inputs> 68 </inputs>
69 <outputs> 69 <outputs>
70 <data name="seq" format="fasta" label="Sequences from ${db_opts.database.fields.name}" /> 70 <data name="seq" format="fasta" label="Sequences from ${db_opts.database.fields.name}" />
71 </outputs> 71 </outputs>
72 <tests> 72 <tests>
73 <!-- Disable for ToolShed where *.loc tests not yet supported
74 See https://github.com/peterjc/galaxy_blast/issues/53
75 <test> 73 <test>
76 <param name="db_opts|db_type" value="prot" /> 74 <param name="db_opts|db_type" value="prot" />
77 <param name="db_opts|database" value="four_human_proteins" /> 75 <param name="db_opts|database" value="four_human_proteins" />
78 <param name="id_opts|id_type" value="prompt" /> 76 <param name="id_opts|id_type" value="prompt" />
79 <param name="id_opts|entries" value="all" /> 77 <param name="id_opts|entries" value="all" />
80 <param name="outfmt" value="original" /> 78 <param name="outfmt" value="original" />
81 <output name="seq" file="four_human_proteins.fasta" ftype="fasta" /> 79 <output name="seq" file="four_human_proteins.fasta" ftype="fasta" />
82 </test> 80 </test>
83 -->
84 </tests> 81 </tests>
85 <help> 82 <help>
86 83
87 **What it does** 84 **What it does**
88 85