-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to find read distribution #5
Comments
Ouch, there was a lot of broken in there. It should be fixed now. You might need to do a The -distribution option will look for the file in a bunch of places (the current directory, the location of the seqrequester binary, and the components of your PATH); it normally lives in
|
Works perfectly, thank you! |
I am trying to use the "simulate" mode and keep getting the following error:
"ERROR: Don't know how long to make the reads. Set -distribution or -length"
However, I have set the -distribution parameter every way I know how, and I cannot seem to get the command to go through. This is my command:
seqrequester simulate -genome ./chr1_CPU_1.fasta -genomesize 260000000 -coverage 40 -distribution ./pacbio-hifi
I tried to see if I was missing any dependencies but there is no information about what they are.
The text was updated successfully, but these errors were encountered: