-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error : cannot allocate vector of size 3.2 Gb #10
Comments
I just updated the source code for the read_dna C functions, which should hopefully fix this error in 2c0e129. Please install that version from github using devtools::install_github("jimhester/primerTree") Then let me know if you still run into the error. I verified that it works on my machine using the primers above with |
I really appreciate your help on this. The reason why I'm using num_aligns = 50000 is because I want to build a reference database for fish species. But there's tons of duplicated mammal sequences. So I have to save more BLAST hits and remove mammal sequences afterwards. Do you know how can I run primer searching on a subgroup of NR database? Here's what I got from my primer set, more than 95% of the sequences are from mammal. |
Sure, use a CUSTOM_DB parameter with the GI numbers you want to search. On Mon, Jan 19, 2015 at 3:15 PM, lyy005 notifications@github.com wrote:
|
Jim Thank you |
Hi
Error : CUSTOM_DB not valid option |
I think the issue is custom_db is only an option when you select custom Sorry I don't have a better response for you with this, I agree this seems |
Hi Jim
PrimerTree is a very handy tool! Recently when I ran the package, I got this error. I attached the output here. Do you know if it's because there's too many blast hits?
The text was updated successfully, but these errors were encountered: