How to set the clustering parameters to 0 mismatch in assemble? #1501
-
Hi guys, I wanna do the assemble with clustering-parameters=0 mismatch by running
But it seems there have no command that could set the clustering-parameters to 0 mismatch. Appreciate any suggestions, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mizraelson
Jan 10, 2024
Replies: 1 comment 6 replies
-
If I understand correctly, having 0 mismatches means that cluster formation is not possible since no mismatches are permitted. In this scenario, you can disable it by using:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see, so I would recommend using the command bellow for a start:
The command above will align and assemble clones by the sequence covered by your reads (starting from CDR1 to the end of FR4).
The resulting
clns
files can be used forfindAlleles
andfindShmTrees
.