rlowe-altoslabs

Results 2 issues of rlowe-altoslabs

Not sure if this should be a bonito issue or a remora issue. I run the following: ``` bonito basecaller [email protected] $input_path --modified-bases 5mC 5hmC --reference $reference > basecalls_with_mods.sam ```...

Not sure if this is intended or not but running `addHeader` multiple times seems to overwrite the existing header? Example ```python3 import pyBigWig with pyBigWig.open("example.bw", "w") as bw: header=[("chr1", 1000000),...