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

Implement finding location in target and query where best score was found #13

Closed
Martinsos opened this issue Dec 27, 2014 · 1 comment
Closed

Comments

@Martinsos
Copy link
Owner

This is first step in implementing finding of alignment (#1). I want this to affect speed of calculation as little as possible, which is the biggest challenge.

@Martinsos Martinsos added this to the 1.0.0 milestone Dec 27, 2014
Martinsos added a commit that referenced this issue Dec 29, 2014
Martinsos added a commit that referenced this issue Dec 29, 2014
Martinsos added a commit that referenced this issue Dec 30, 2014
Martinsos added a commit that referenced this issue Jan 6, 2015
Martinsos added a commit that referenced this issue Jan 6, 2015
Also changed function definition: now result structure is used to return result.
@Martinsos
Copy link
Owner Author

Finished!
All works fine, it made the whole code slower for about 20%, but I will deal with that later, maybe by putting a flag to turn of the finding of last position, if that will help.
Integrated with c6b7ad3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant