This is a test version of Biostars. For the public version, visit https://www.biostars.org.
vg gam file statistics: how many reads are mapped

Is there any existing tool which can calculate how many reads are mapped in .gam file which is generated by command: vg map

for example the .gam file is "graph.read.gam"

vg

1 answer

You can get some basic statistics about the GAM file with vg stats -a alignments.gam [graph-name]. The graph file is optional, but if you include it, vg stats will compute some extra statistics.

Log in to answer this question.