-
Notifications
You must be signed in to change notification settings - Fork 5
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
No output with --n_reads > 2000000 #4
Comments
Hi - thanks for catching this bug, hope our simulator can be useful to you. I think this is to do with a limit we had set on how much random data to create when shuffling reads, and it should have been fixed by the last commit. Are you using the docker version? If so, I will update that as well. |
No I'm not using the docker version. Thanks for fixing this! I am able to print out more simulated reads now. However, I see that some amplicons are completely missing in my reads (see example from amplicon 90). Is this to simulate amplicon dropout and if so how is that simulated?
|
Yes, we simulate amplicon drop-out. Amplicons might drop out because of
|
Ok thanks for the explanation! |
Hi there, Thanks for making this great tool! I ran into the same problem, with the most recent development version in a conda environment. I was able to fix it by changing Cheers, Gavin |
Hi Gavin, Thanks for flagging this - I'll reopen the issue, glad it doesn't affect you! Yep - just to confirm that you're right about the shuffling; the random source is there only for reproducibility of the order of the reads - the reads themselves would still be the same for runs with the same random seed Best, |
Hi, I am wondering why I get no output (no FASTQ files) if I set --n_reads to higher than 2000000? For 1,000,000 and 2,000,000 I do get output. The command that I'm using is
The text was updated successfully, but these errors were encountered: