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

What dose -s mean? #5

Open
DustinChen1986 opened this issue Mar 4, 2020 · 2 comments
Open

What dose -s mean? #5

DustinChen1986 opened this issue Mar 4, 2020 · 2 comments

Comments

@DustinChen1986
Copy link

python SwiftOrtho/bin/find_hit.py -p blastp -i input.fsa -d input.fsa -o input.fsa.sc -e 1e-5 -s 111111
-s: space seed pattern.
Could you figure out '-s: space seed pattern'?

@Rinoahu
Copy link
Owner

Rinoahu commented May 4, 2020

space seed allows mismatches at specific positions in a seed. For example, -s 11011 means the 3rd position can be any character. You can find a detailed explanation at https://en.wikipedia.org/wiki/Spaced_seed#Example

@DustinChen1986
Copy link
Author

Thank you for your explanation. I'll figure it out.

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

No branches or pull requests

2 participants