cerebis / qc3C

Reference-free quality assessment for Hi-C sequencing data
GNU Affero General Public License v3.0
12 stars 1 forks source link

Reports from kmer and bam modes should as consistent as possible. #22

Closed cerebis closed 5 years ago

cerebis commented 5 years ago

Kmer mode has switched to percentages and 4 digit 'g' specification in print statements {:#.4g}. Bam mode is still using two decimal place floats {:#.2f}

For sensible counts, these formats will appear the same but 'g' spec is more flexible when the fraction of observations becomes small.