Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote.nextstrain_dot_org: Support downloading of core datasets which…
… aren't in the manifest This allows downloading of datasets like https://nextstrain.org/enterovirus/d68/vp1/2020-01-23 https://nextstrain.org/nextclade/sars-cov-2/21L and others, as reasonably expected.¹ It also will, with one more minor tweak to follow, allow downloading of past snapshots of resources (e.g. /zika@2023-01-01). Switches from an assert on expected media type to a conditional UserError, supported by the new Resource.__str__() method, since for single resource downloads we no longer have the assurance of knowing it exists already. ¹ <https://bedfordlab.slack.com/archives/C01LCTT7JNN/p1667970567194279>
- Loading branch information