mbhall88 / rasusa

Randomly subsample sequencing reads or alignments
https://doi.org/10.21105/joss.03941
MIT License
211 stars 17 forks source link

Finer control over coverage #19

Closed nirajmehta96 closed 4 years ago

nirajmehta96 commented 4 years ago

Hi,

Any float input to coverage is automatically rounded down to the lower integer. We are testing in a coverage regime where we want to inspect the finer effects of coverage. Is it possible to have a coverage of exactly (or approximately exactly) what we input into -c?

Thanks!

mbhall88 commented 4 years ago

That should be fine. I will just have to tweak some types. Give me a few days before I can get around to doing this.

mbhall88 commented 4 years ago

Version 0.3.0 should now treat coverage as a float. Let me know if you have any problems.