@glennhickey
The run_whole_alignment function in vg_map.py with bam_output=True or surject=True doesn't appear to process and return merged bams by contig, but instead just merges all bam chunks from all contigs together.
https://github.com/vgteam/toil-vg/blob/master/src/toil_vg/vg_map.py#L401