This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Short read alignment to pangenome

Hi,

I have a pangenome graph in dot format. I want to align short reads (fastq) to this graph. I tested vg but I got error (core dumped), any other tool for mapping reads to graph?

short read alignment to a pangenome graph

Should you be aligning to .dot?

DOT is a standard format used by graphtools, a package for graph visualization designed by AT&T labs a long, long time ago. It's kind of human readable, but it's best used as an intermediate between vg and a PDF or SVG file.

You should probably align against the .gcsa index.

0 answers

No answers yet.

Log in to answer this question.