This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Merging .gam files

Can anyone point me towards a method to merge gam files that are created by using ' vg map ' to map illumina reads to my genome graph? I would like to be able to map all of the sequencing runs separately and then merge the output (something like samtools merge but for a gam) so that I can call SVs for each sample.

Thanks.

vg gam

1 answer

GAM files can be combined with cat. Note that vg call can only genotype one sample at a time, though.

Hi Glenn,

Can you provide an example command on how to do this merge?

Thanks, ernesto

Log in to answer this question.