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

Some questions about SV calling #120

Open
HuangYihang1222 opened this issue Dec 13, 2024 · 0 comments
Open

Some questions about SV calling #120

HuangYihang1222 opened this issue Dec 13, 2024 · 0 comments

Comments

@HuangYihang1222
Copy link

Hi Dr Li,
Thank you for developing such a wonderful tool! However, I have some questions about SV calling from the graph:

1.What's the difference between the 2 methods?
(1)Using gfatools bubble to get a bed file like this: gfatools bubble graph.gfa > var.bed
(2)Using minigraph -cxasm --call to get a bed file for each sample like this: minigraph -cxasm --call -t16 graph.gfa sample-asm.fa > sample.bed, then merge them into a total bed file

I wonder what's the difference between the 2 bed file.

2.Must the sample used for SV calling contribute to the graph construction?
If I used 3 samples(A B C and A as the reference) to build a graph, dose this mean I can only call SVs of these samples(A B C or should I exclude A because it's the ref?)? What should I do if I want to call SVs from other samples against the graph?

Thank you,
Yihang Huang

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

1 participant