Skip to content
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

Download returns strain names with spaces removed #41

Open
Wytamma opened this issue Apr 11, 2023 · 0 comments
Open

Download returns strain names with spaces removed #41

Wytamma opened this issue Apr 11, 2023 · 0 comments
Labels
bug Something isn't working GISAID Issues relate to GISAID or epicov

Comments

@Wytamma
Copy link
Owner

Wytamma commented Apr 11, 2023

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"
@Wytamma Wytamma added bug Something isn't working GISAID Issues relate to GISAID or epicov labels Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GISAID Issues relate to GISAID or epicov
Projects
None yet
Development

No branches or pull requests

1 participant