Hi all,
I was wondering how the different algorithms for optimal alignments (NW, SW etc.) compare to each other in terms of runtime, since I've been told that NW and SW are very ineffective/slow, but Hirschberg and Gotoh only offer minor improvements (if any).
So far I've found differing statements concerning complexity and runtime...
My main focus lies on runtime, though memory requirements are of course to be considered as well if there are very great differences.
I hope that somebody can detangle the whole subject for me, especially in terms of linear and affine gap costs.
Oh and please don't tell me to use public available aligners like bowtie or BWA instead (I already do that btw), because this is absolutely NOT helping with my project at university
Thank you in advance and have a nice day
I was wondering how the different algorithms for optimal alignments (NW, SW etc.) compare to each other in terms of runtime, since I've been told that NW and SW are very ineffective/slow, but Hirschberg and Gotoh only offer minor improvements (if any).
So far I've found differing statements concerning complexity and runtime...
My main focus lies on runtime, though memory requirements are of course to be considered as well if there are very great differences.
I hope that somebody can detangle the whole subject for me, especially in terms of linear and affine gap costs.
Oh and please don't tell me to use public available aligners like bowtie or BWA instead (I already do that btw), because this is absolutely NOT helping with my project at university

Thank you in advance and have a nice day

Comment