PacificBiosciences / pb-CpG-tools

Collection of tools for the analysis of CpG data
BSD 3-Clause Clear License
62 stars 5 forks source link

bug fix in cg_sites_from_fasta() #21

Closed dportik closed 2 years ago

dportik commented 2 years ago

If a reference region in the bam file does not match any reference region in the reference fasta file, an error may be thrown. Adding empty set fixes this issue.