You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding two errors when batch downloading using PrimerMiner...
I have set the marker in the config file to: Marker = c("16s", "16S", "16S ribosomal RNA", "16s Ribosomal RNA") # specify target gene and I have turned off the downloads from BOLD as specified in the Wiki
But then, when running the batch download script I find this problem (For Coleoptera families there is no problem at all, only when going to other orders and families of insects):
sh: 1: curl: not found
Error in download.file(paste("https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=", :
'curl' call had nonzero exit status
In addition: Warning message:
In system(paste("curl", paste(extra, collapse = " "), shQuote(url), :
error in running command
The function break when trying to download mitochondrial data...
Hello,
I am finding two errors when batch downloading using PrimerMiner...
I have set the marker in the config file to: Marker = c("16s", "16S", "16S ribosomal RNA", "16s Ribosomal RNA") # specify target gene and I have turned off the downloads from BOLD as specified in the Wiki
But then, when running the batch download script I find this problem (For Coleoptera families there is no problem at all, only when going to other orders and families of insects):
Error in download.file(paste("https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=", :
'curl' call had nonzero exit status
curl: (16) Error in the HTTP2 framing layer
Also, I am noticing that even when I check the Coleoptera file, there is no Groups_mito.fasta file to work within the Alignment process in Geneious
The text was updated successfully, but these errors were encountered: