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
Is it possible to not only save the print_alignment to file rather than just stdout with the --print_alignment option but do this for each alignment found within a read in the case there are multiple splits.
The text was updated successfully, but these errors were encountered:
How you would use the output though? It can often be a pain to parse alignment that's dumped as ascii. Perhaps it would be better to have a table of matches? Would that be better/useful?
It is useful to have an entire record of where and how close the alignments are for all hits as opposed to the first hit in the case of multiple splits.
At least the position, start, and end would be good to have for each alignment that meets the edit distance threshold for each read. Can then extract these sequences myself from the original input read to look at the alignment.
Is it possible to not only save the print_alignment to file rather than just stdout with the
--print_alignment
option but do this for each alignment found within a read in the case there are multiple splits.The text was updated successfully, but these errors were encountered: