mbhall88 / rasusa

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

Add option to explicitly set the target number of bases #32

Closed mbhall88 closed 3 years ago

mbhall88 commented 3 years ago

Added the following option

    -b, --bases <bases>
            Explicitly set the number of bases required e.g., 4.3kb, 7Tb, 9000, 4.1MB

            If this option is given, --coverage and --genome-size are ignored

Closes #30