changeset 4:caa54ff096c8 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/blast_unmatched commit 3dcf4e7314dd6a4fefcd721ac58c8130dd1da2a1"
author artbio
date Wed, 10 Mar 2021 19:10:06 +0000
parents fffdb903f2d1
children d0c2a559fe1b
files blast_unmatched.py blast_unmatched.xml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/blast_unmatched.py	Sun Oct 15 19:30:10 2017 -0400
+++ b/blast_unmatched.py	Wed Mar 10 19:10:06 2021 +0000
@@ -40,7 +40,7 @@
     """
     output_file_handle = open(output_file, 'w')
     unmatched = False
-    end = re.compile(".+\W$")
+    end = re.compile(r".+\W$")
     with open(fasta_file, 'r') as infile:
         for line in infile:
             if line.startswith('>'):
--- a/blast_unmatched.xml	Sun Oct 15 19:30:10 2017 -0400
+++ b/blast_unmatched.xml	Wed Mar 10 19:10:06 2021 +0000
@@ -1,6 +1,7 @@
-<tool id="blast_unmatched" name="Blast Unmatched" version="0.5.0">
+<tool id="blast_unmatched" name="Blast Unmatched" version="1.0.0">
     <description>get query sequences that didn't get a match during a blast</description>
     <requirements>
+        <requirement type="package" version="3.7.6">python</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
         python '$__tool_directory__'/blast_unmatched.py