Brent Pedersen

Results 1170 comments of Brent Pedersen

hi, I'll try to get around to fixing this. Meanwhile, you can use [somalier](https://github.com/brentp/somalier) where I have resolved this problem. It has similar output to peddy and can be use...

Hi, this functionality does not exist, you'd have to modify the peddy code to do this.

+1 @ialbert maybe it's easier to incorporate if you do a pull request.

@arq5x . what precision do we want for default here? 4, so like `123.4343` ?

oh. right. I was thinking this was a float. I will make a PR. Thanks for following up.

[bedtools.static.gz](https://github.com/arq5x/bedtools2/files/10117948/bedtools.static.gz) Hi, care to try out this binary to see if it resolves your issue? Just gunzip, chmod +x and then use as `./bedtools.static genomecov ...`

Thanks for following up. Indeed, I see why the fix doesn't work. (The ternary must have a fixed type and it still chooses float). I'll come up with a test-case...

so we can adjust this by messing with the fmtflags. Here is the test code using the number above from @camelest output is shown after // comment. ```C++ #include #include...

There are sections like this in `ReportGenomeCoverage`: ```C++ // loop through the depths for the entire genome // and report the number and fraction of bases in // the entire...