I have a bunch of viruses I've assembled from metagenomic data and I have the host genome as well. I want to see what proportion of each virus aligns to the host genome. I ran minimap2 with the host genome as the reference and can calculate the percent of the genome covered using samtools coverage but how can I do this with the reverse? Would it make sense to use the viral genome as the reference? If not, is there a way to do this with the SAM files I currently have already?