compiling a fuzzy regexp with python regex
问题 When I found out that the python regex module allows fuzzy matching I was increasingly happy as it seemed as a simple solution to many of my problems. But now I am having a problem for which I did not find any answers from documentation. How could I compile Strings into regexps using also the new fuzziness value feature? To illustrate my usual needs and give a sample a little piece of code import regex f = open('liner.fa', 'r') nosZ2f='TTCCGACTACCAAGGCAAATACTGCTTCTCGAC' nosZ2r=