Reading gam files within code
How to read a gam and vg file in C++ code. I think libvgio is for this but I couldnt find how to do it
gam
vg
pangenome
• 125 views
•
link
updated
by
Arup Ghosh
402
• |
written
by
guntul
4
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Removing PCR duplicates in gam file
written by gulin201909 0I am using vg giraffe to map my 150bp short read to HPRC pan-genome graph. The results is in gam file. I want to keep …
-
Does vg giraffe output secondary and supplimentary alignments?
written by lushjia 0I'm using `vg giraffe` to align short-read sequencing data to a minigraph-cactus pangenome graph. When I checked some repetitive regions, I noticed that reads that …
-
Gam format specification
written by guntul 4Hi everyone, I am dealing with gam file format and trying to understand its structure. I convert my gam files to JSON using vg. I …
-
Does vg provides an api?
written by guntul 4Does vg toolkit provides an api for c++? Since it is written in c++, is it possible to use its commands inside my c++ code?
-
vg convert does not preserve the order of the reads
written by Yihang 0When I use `vg convert` (v.1.39) to convert a `gam` file to a `gaf` file (or vice versa), I find that the order of the …
-
Speed up vg call ?
written by colindaven 844Dear all, has anyone found a good way of speeding up `vg call` by chunking or another method ? Current chunking seems to lead to …
-
vg sort gam file by read name
written by Yihang 0I wonder if there is a way to sort gam file via vg by the read names. I know there is a command `vg gamsort` …
-
Issue compiling vg
written by wew 0We have followed the instructions for compiling vg and are getting an error (shown below). We are on ubuntu 16.04 (in a singularity container) with …
-
Vg gamsort temporary folder
written by arunkumarramrsh 4Hi, I was trying to use vg gamsort to sort and index the gam file so as to use vg chunk later. I get the …
-
Vg call in a specific region
written by arunkumarramrsh 4Hi, I am trying to call variants in a narrow region using vg chunk and vg call. It worked with an older version of vg …
Check the VG wiki.
https://github.com/vgteam/vg/wiki/Extra-details-on-vg-file-formats#vgs-protobuf-framing-format
https://github.com/vgteam/libvgio/blob/master/deps/vg.proto
Gam format specification