Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFA2-lib for local alignment #61

Open
aa25desh opened this issue Apr 20, 2023 · 1 comment
Open

WFA2-lib for local alignment #61

aa25desh opened this issue Apr 20, 2023 · 1 comment
Labels
feature Feature request

Comments

@aa25desh
Copy link

I am currently trying to use the alignEndsFree function in the WFA2 library to perform local alignment between pairs of sequences. However, I am having trouble obtaining the required input arguments for this function.

Specifically, the alignEndsFree function requires four arguments: patternBeginFree, patternEndFree, textBeginFree, and textEndFree, which correspond to the beginning and end for the pattern and text sequences. However, I am unsure how to obtain these.

Additionally, I noticed that in the benchmark section of the WFA2, a global parameters struct is used to obtain the input arguments for the alignEndsFree function. However, I am unsure how to modify this approach to get patternBeginFree, patternEndFree, textBeginFree, and textEndFree for a given pattern and text.

@smarco
Copy link
Owner

smarco commented Apr 24, 2023

Hi,

Perhaps this ticket can help you out HERE.

wfa endsfree

Give it a go and let me know if I can help.

Best,

@smarco smarco added the feature Feature request label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants