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 --all option in download_all.py is much appreciated. However, it needs to be smarter about how hi_strains.tsv files are combined. Here,
--all
download_all.py
hi_strains.tsv
https://github.com/nextstrain/fauna/blob/master/download_all.py#L64
we need to combine the HI strain tsvs in a smarter fashion. Each individual tsv looks like:
A/Pakistan/431/2015 5 A/Mexico/4159/2016 6 A/Kazakhstan/646/2016 5 ... A/Pakistan/431/2015 6
The combined all_hi_strains.tsv needs to have
all_hi_strains.tsv
A/Pakistan/431/2015 11
The titers tsv files can be concatenated just as they are now.
The text was updated successfully, but these errors were encountered:
63672cb
Merge branch 'master' of https://github.com/nextstrain/fauna
873266c
* 'master' of https://github.com/nextstrain/fauna: Update Zika readme Update geo synonyms output H7N9 fauna date Update geo synonyms yellow fever h7n9 download instructions Update geo synonyms Revise download_all behavior. Fixes #62. Revert "Update download documentation." Revert "Make download filenames congruent with augur "DENV" serotypes." Make download filenames congruent with augur "DENV" serotypes. Update download documentation. Make download filenames congruent with augur "DENV" serotypes. Update download documentation. Fix region if geo_regions changes, even if doc location fields are same. Enable vdb/dengue updates in-place.
barneypotter24
No branches or pull requests
The
--all
option indownload_all.py
is much appreciated. However, it needs to be smarter about howhi_strains.tsv
files are combined. Here,https://github.com/nextstrain/fauna/blob/master/download_all.py#L64
we need to combine the HI strain tsvs in a smarter fashion. Each individual tsv looks like:
The combined
all_hi_strains.tsv
needs to haveThe titers tsv files can be concatenated just as they are now.
The text was updated successfully, but these errors were encountered: