Entering edit mode
I need to create an orgDb for my microorganism, but it gives me an error that I'll report below:
> > makeOrgPackageFromNCBI(version = "0.1",
> + author = "Cinzia Spagnoli cinzia.spagnoli@uniroma3.it",
> + maintainer = "Cinzia Spagnoli cinzia.spagnoli@uniroma3.it",
> + outputDir = ".",
> + tax_id = "575584",
> + genus = "Acinetobacter",
> + species = "baumannii")
> If files are not cached locally this may take awhile to assemble a 33
> GB cache databse in the NCBIFilesDir directory. Subsequent calls to this function should be faster (seconds). The cache will try to rebuild once per day.Please also see AnnotationHub for some pre-builtOrgDb downloads preparing data from NCBI ...
> starting download for
> [1] gene2pubmed.gz
> [2] gene2accession.gz
> [3] gene2refseq.gz
> [4] gene_info.gz
> [5] gene2go.gz
> getting data for gene2pubmed.gz
> extracting data for our organism from : gene2pubmed getting data for
> gene2accession.gz extracting data for our organism from :
> gene2accession getting data for gene2refseq.gz extracting data for our
> organism from : gene2refseq getting data for gene_info.gz extracting
> data for our organism from : gene_info getting data for gene2go.gz
> extracting data for our organism from : gene2go processing gene2pubmed
> processing gene_info: chromosomes processing gene_info: description
> Error in prepareDataFromNCBI(tax_id, NCBIFilesDir, outputDir, rebuildCache, :
> no information found for species with tax id 575584
I tried, but it does not seem to work.
It might be due to either the spaces in your path, or the fact that it's a OneDrive directory. It's normally better to just use the Desktop and delete after installing.
I apologize for the delay in responding. However, the command still doesn't work for me. I would need to create the package from this genome: https://www.ncbi.nlm.nih.gov/nuccore/NZ_CP058289.1/
I don't know what to tell you. I already told you that you can't build it for that strain, and you have to use 470 instead. I can get it to build (see above), and told you not to use a OneDrive path. Saying 'the command still doesn't work for me' without code or output isn't helpful at all (doesn't work how?).