diff tools/ncbi_blast_plus/ncbi_blastn_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 7f3c448e119b
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml	Wed Jul 22 05:01:11 2015 -0400
+++ b/tools/ncbi_blast_plus/ncbi_blastn_wrapper.xml	Fri Sep 04 09:45:57 2015 -0400
@@ -1,11 +1,10 @@
-<tool id="ncbi_blastn_wrapper" name="NCBI BLAST+ blastn" version="0.1.04">
+<tool id="ncbi_blastn_wrapper" name="NCBI BLAST+ blastn" version="@WRAPPER_VERSION@">
     <description>Search nucleotide database with nucleotide 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"></parallelism>
     <macros>
         <token name="@BINARY@">blastn</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.