comparison tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml @ 17:697f40151eaf draft

v0.1.05 - Update citation information now GigaScience paper is out
author peterjc
date Fri, 04 Sep 2015 09:45:57 -0400
parents b5f1f599d1fb
children 6f386c5dc4fb
comparison
equal deleted inserted replaced
16:b5f1f599d1fb 17:697f40151eaf
1 <tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.1.04"> 1 <tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="@WRAPPER_VERSION@">
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 -->
4 <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" merge_outputs="output1" />
5 <macros> 3 <macros>
6 <token name="@BINARY@">blastp</token> 4 <token name="@BINARY@">blastp</token>
7 <import>ncbi_macros.xml</import> 5 <import>ncbi_macros.xml</import>
8 </macros> 6 </macros>
7 <expand macro="parallelism" />
9 <expand macro="preamble" /> 8 <expand macro="preamble" />
10 <command> 9 <command>
11 ## 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.
12 ## 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
13 blastp 12 blastp