Closed LuyaoRen closed 5 months ago
Can you send me some lines from your GAF and GFA? e.g., cat sample_aligned.gaf |head -n 5000 >dnm.gaf
Hi,
I think I understand the problem now. Based on another issue, it seems that I forgot to include the --vc
flag when aligning the sequences to the graph. I've successfully run SVarp and obtained svtigs fasta files.
How can I get SV breakpoints next?
Thank you!
We do not output SV breakpoints but you can use an assembly based SV discovery tool such as SVIM-asm or PAV for this (by giving the svtigs as input).
Hi,
I am trying to use SVarp to detect SV from pangenome graph using this comman line
svarp -a sample.gaf -g ref_graph.gfa -f sample.fq.gz -i sample
.ref_graph.gfa
was generated by minigraphminigraph -cxggs -t24 T2T-CHM13v2.fasta sample.hap1.fasta sample.hap2.fasta > ref_graph.gfa
, alignment was generated by minigraphminigraph -t 24 -cx lr ref_graph.gfa sample.fq.gz > sample_aligned.gaf
.The error message was:
Can you help me and identify which step I might have gotten wrong? Thank you!