diff 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
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml	Wed Jul 22 05:01:11 2015 -0400
+++ b/tools/ncbi_blast_plus/ncbi_blastp_wrapper.xml	Fri Sep 04 09:45:57 2015 -0400
@@ -1,11 +1,10 @@
-<tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="0.1.04">
+<tool id="ncbi_blastp_wrapper" name="NCBI BLAST+ blastp" version="@WRAPPER_VERSION@">
     <description>Search protein database with protein query sequence(s)</description>
-    <!-- If job splitting is enabled, break up the query file into parts -->
-    <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" merge_outputs="output1" />
     <macros>
         <token name="@BINARY@">blastp</token>
         <import>ncbi_macros.xml</import>
     </macros>
+    <expand macro="parallelism" />
     <expand macro="preamble" />
     <command>
 ## The command is a Cheetah template which allows some Python based syntax.