Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use number_of_read_tuples param when greater than coverage's #65

Open
simonepignotti opened this issue Jun 19, 2018 · 0 comments
Open

Comments

@simonepignotti
Copy link
Collaborator

In the current implementation, every simulator apart from ArtIllumina has mutually exclusive number_of_read_tuples and coverage parameters.
When the genome is short and coverage is low, this result in no read being simulated (and, currently, in error #53).

A desirable behaviour would be to use the max between number_of_read_tuples and the effect of coverage as final value for the number of reads.
This would guarantee that at least number_of_read_tuples are simulated for each fasta. By default, number_of_read_tuples should be one.

@simonepignotti simonepignotti changed the title Use number_of_read_tuples param when greater than coverage's Use number_of_read_tuples param when greater than coverage's Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant