diff blast_unmatched.py @ 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
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('>'):