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
Hi, I am trying to use the Needleman-Wunsch alignment part of your code in my program that is threaded. I am having issues parallelizing the code specifically around the function needleman_wunsch_align(). Do you know if there are parts of the code that are not thread safe?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use the Needleman-Wunsch alignment part of your code in my program that is threaded. I am having issues parallelizing the code specifically around the function needleman_wunsch_align(). Do you know if there are parts of the code that are not thread safe?
Thank you.
The text was updated successfully, but these errors were encountered: