-
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 in curl #55
Comments
What primer sequences are you using? I'm guessing something might be off with the primers since it looks to be returning a bunch of 1bp sequences. |
I'm using this pair: Fish-F2: 5′-CATCCTACCTGTGGCAATCAC-3′ I'm using the function like this:
|
I gave it a go and they worked for me. Perhaps NCBI's servers had a glitch? Try it again and if it doesn't work save the R object and put it in here so I can take a look at what might have gone wrong. Here is my output: |
That's weird. My guess is that one package has the wrong version, or is incompatible with some other, but I couldn't check all of them. |
So it looks like for some reason in your blast results dataframe the accession column data are factors instead of characters, which is why the sequence retrieval step is failing. I'll try to tweak the code to enforce this column being a character. In the mean time, can you try reinstalling along with the dependencies? |
Sorry the delay. I tried to reinstall along with the dependencies and the error persists. Thanks anyway for the momentary help but i will have to wait for the solution in the package hehe |
Sorry to bother @MVesuviusC , but just to pass it on to my teacher, would you have any predictions for solving this problem? Thanks! |
Hey Saulo, sorry for the delay in looking at this, I've been scrambling with some other things. I'll try to work on this in the next week or two. |
Hey Saulo, I updated the code to try to fix this error. Try installing primerTree from the "bug_issue_55" branch with 'devtools::install_github("MVesuviusC/primerTree", ref = "bug_issue_55")` and see if that works for you. |
Hi,
I'm trying to use the function
and keeps returning the error:
Anyone has any idea about how do I solve this?
primerTree version: 1.0.6 (latest)
Thanks in advance!
The text was updated successfully, but these errors were encountered: