diff tools/ncbi_blast_plus/ncbi_makeblastdb.xml @ 31:0e3cf9594bb7 draft

Update with window size fix
author peterjc
date Tue, 07 Jun 2022 12:15:44 +0000
parents 5edc472ec434
children a52d2d93e595
line wrap: on
line diff
--- a/tools/ncbi_blast_plus/ncbi_makeblastdb.xml	Tue Mar 29 14:54:02 2022 +0000
+++ b/tools/ncbi_blast_plus/ncbi_makeblastdb.xml	Tue Jun 07 12:15:44 2022 +0000
@@ -4,7 +4,9 @@
         <token name="@BINARY@">makeblastdb</token>
         <import>ncbi_macros.xml</import>
     </macros>
-    <expand macro="preamble" />
+    <expand macro="preamble">
+        <requirement type="package" version="3.9">python</requirement>
+    </expand>
     <command detect_errors="aggressive" strict="true"><![CDATA[
 python $__tool_directory__/check_no_duplicates.py
 ##First check for duplicates (since BLAST+ 2.2.28 fails to do so)