ropensci / phylotaR

An automated pipeline for retrieving orthologous DNA sequences from GenBank in R
https://docs.ropensci.org/phylotaR
Other
23 stars 8 forks source link

makeblastdb failing to run #46

Closed mrubenss closed 1 year ago

mrubenss commented 4 years ago

Hello,

I'm having trouble to run the pipeline due to an error in BLAST.

This is my code and, on the last line, the error.

> library(phylotaR)
> wd <- 'C:/bioinfo/NCBI/Serpentes'
> ncbi_dr <- 'C:/bioinfo/NCBI/blast-2.10.0+/bin'
> txid <- 8570
> setup(wd = wd, txid = txid, ncbi_dr = ncbi_dr, v = TRUE)
-------------------------------------------------
phylotaR: Implementation of PhyLoTa in R [v1.2.0]
-------------------------------------------------
Checking for valid NCBI BLAST+ Tools ...
Found: [C:/bioinfo/NCBI/blast-2.10.0+/bin/makeblastdb]
Found: [C:/bioinfo/NCBI/blast-2.10.0+/bin/blastn]
. . Running makeblastdb
Erro: makeblastdb failed to run. Check BLAST log files.
mariosandovalmx commented 2 years ago

Same problem here. Have you solved this error?

maelle commented 2 years ago

For info, we're looking for a new maintainer / a new maintainer team for this package, see #57 and feel free to volunteer, we'd be happy to help.

ShixiangWang commented 1 year ago

This is similar to https://github.com/ropensci/phylotaR/issues/39, it should work in the latest version. If not, please file a new issue.