You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task is somewhat specific. It is necessary to replace the pattern in many sequences. A pattern is a degenerate sequence, for example GARTCN, which must be replaced by GAATCC. But in addition, you also need to take into account possible mismatches. And if the first can be implemented through regular expressions - GA[GA]TC[GATC], then the second with mismatches is more difficult.
Hi Wei,
I found one inconsistency in seqkit replace.
The flag -m is assigned to several different functions. I marked them in red in the picture.
And accordingly, the question arises about the possibility of using the --max-mismatch flag.
Best wishes,
Marsel
The text was updated successfully, but these errors were encountered: