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
Starting genome retrieval of the following genomes: 9606, 10090, 10116 ...
Starting genome retrieval of '9606' from refseq ...
It seems that this is the first time you run this command for refseq.
Thus, 'assembly_summary.txt' files for all kingdoms will be retrieved from refseq.
Don't worry this has to be done only once if you don't restart your R session.
Error in `dplyr::bind_rows()`:
! Can't combine `..1$X35` <double> and `..9$X35` <character>.
Run `rlang::last_trace()` to see where the error occurred.
I couldn't solve this error, didn't find anything that helps me on the web. Appreciate any help from your side!
Thanks in advance!
Best,
pablo
The text was updated successfully, but these errors were encountered:
The issue was that the assembly file for viruses (column X35) has the total_gene count stored as character while all other assembly files correctly as integers. So the error was on the NCBI side.
However, I now worked around this and can push a refined function so that your download process will work now.
Message from Pablo FRESIA, PhD:
Hi Hajk,
I am trying to download a set of genomes from NCBI based on txid.
I couldn't solve this error, didn't find anything that helps me on the web. Appreciate any help from your side!
Thanks in advance!
Best,
pablo
The text was updated successfully, but these errors were encountered: