VISOR icon indicating copy to clipboard operation
VISOR copied to clipboard

More flexible read identities for LASeR simulations

Open tomvanschaik opened this issue 1 year ago • 1 comments

Hello.

Thank you for this wonderful tool.

I would like to simulate long read data sets with different read qualities. However, because the badread identity arguments are limited to integers, I cannot simulate data sets with very high qualities. Would it be possible to accept floats instead of only integers? Badreads itself does accept floats.

From the code: badread.add_argument('--identity_min', help='minimum sequencing identity [90]', metavar='', default=90, type=int)

Thanks. Tom

tomvanschaik avatar Sep 14 '22 13:09 tomvanschaik