I am using vg girrafe with parameter -M 2 for multi alignment. Then I use vg surject(-i -M) to get a bam file. My stat result(samtools) is strange:
SN raw total sequences: 2329631157
SN filtered sequences: 0
SN sequences: 2329631157
SN is sorted: 0
SN 1st fragments: 1824883533
SN last fragments: 504747624
SN reads mapped: 2247549801
SN reads mapped and paired: 1008063483 # paired-end technology bit set + both mates mapped
SN reads unmapped: 82081356
SN reads properly paired: 718413465 # proper-pair bit set
SN reads paired: 1008063483 # paired-end technology bit set
1st fragments and last fragments is so unbalanced so I am wondering is there something wrong with the label in the second column of the bam file. Can anyone help? Thanks!
vg