We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The query() function returns strain names with spaces intact, as expected:
Returning 0-50 of 65 entries. > df$virus_name[1] [1] "hCoV-19/New Caledonie/IPP03868/2022"
However, download() returns strain names with the spaces removed:
> dfseq <- download(credentials=credentials,list_of_accession_ids=df$accession_id[1]) Selecting entries... Compressing data. Please wait... Data ready. Downloading... tar.exe: Removing leading '/' from member names > dfseq$strain [1] "hCoV-19/NewCaledonie/IPP03868/2022"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The query() function returns strain names with spaces intact, as expected:
However, download() returns strain names with the spaces removed:
The text was updated successfully, but these errors were encountered: