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

Sequence divergence of input genomes #30

Open
majunyeong opened this issue May 16, 2022 · 1 comment
Open

Sequence divergence of input genomes #30

majunyeong opened this issue May 16, 2022 · 1 comment

Comments

@majunyeong
Copy link

I wonder if it is possible to use a genome set with up to 5% sequence divergence as an input for panGraph.

@mmolari
Copy link
Collaborator

mmolari commented May 16, 2022

Hi @majunyeong,
Currently 5% sequence divergence is on the upper limit of what panGraph can handle. We're working to remove this limitation, but in the current version I expect that some of the matches for the most diverged parts of the sequence might be missed.
In the meantime you can try to run pangraph build with the --sensitivity 20 option, which under the hood calls the minimap2 aligner with -x ams20 option. This improves the quality of matches for more diverged sequences.
Hope this helps!

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