-
Notifications
You must be signed in to change notification settings - Fork 29
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 downloading bacterial group #34
Comments
Hi Mehmet, Many thanks for contacting me. I am happy if you find Regarding your question. The output of Regarding your genome download of When running the function: biomartr::is.genome.available(db = "refseq", organism = "Yersinia nurmii", details = TRUE)
You can see that there is a non-reference genome available at NCBI RefSeq which should be downloadable. I will have a look at why the genome download doesn't work properly and will come back to you soon. Many thanks for making me aware of this. Best wishes, |
Hi Hajk, I am trying to download the bacterial genomes using 'biomartr' And I am getting the following error: The download session seems to have timed out at the FTP site 'NA/NA_genomic.fna.gz'. This could be due to an overload of queries to the databases. Please restart this function to continue the data retrieval process or wait for a while before restarting this function in case your IP address was logged due to an query overload on the server side. It seems assembly file is not available for this genome. How to ignore this step to download other genomes. |
Hi Ashok, Many thanks for contacting me. Have you tried setting biomartr::meta.retrieval(kingdom = "bacteria", db = "refseq", type = "genome", reference = TRUE) It seems like NCBI doesn't provide FTP path information for some strain versions without reference genome. This is a limitation on the NCBI side. But I am happy to check whether I can build a check into the retrieval function to omit this case. Does this help? Cheers, |
…ir `species summary files` for species without reference genomes. As a result `meta.retrieval()` stopped working, because no FTP paths were found for some species. This issue was now fixed by adding the filter rule `!is.na(ftp_path)` into all `get*()` functions (Many thanks for making me aware of this issue Ashok Kumar Sharma #34 and Dominik Merges #72)
This issue is fixed now by adding the filter rule Hence, you should be able to run your initial code with biomartr::meta.retrieval(kingdom = "bacteria", db = "refseq", type = "genome") Let me know if this works for you. Cheers, |
Hi Hajk, Thank you so much for a quick response. I have started downloading these genomes again. Will get back to you if I will get any error. Thank you. Best, |
Hi Ashok, I now also added the Please let me know if it works now for you and then I can close this issue. Cheers, |
I assume this has been solved. |
Hi,
I just started using this package to download proteobacteria and its subgroups, i got an error when it was downloading yersinia nurmii from refseq as in below.
Also how did you classify the output of listgroups() function if i may ask? Is it up to date or from NCBI database?
Great package btw :)
Best,
Mehmet
The text was updated successfully, but these errors were encountered: