Accessing complete species metadata, analysis and FASTA downloads
NB This feature is currently in testing and may be replaced.
About the downloads
In order to facilitate access to the Pathogenwatch public data sets, we have exported all the metadata and analysis CSVs, along with the assembled genome FASTAs, to a public "S3" bucket on DigitalOcean.
Click on the root bucket URL to view an XML text representation of all the available files.
Downloading an individual file
Use Ctrl-F/Cmd-F to search the page with the name of the species
Copy the root bucket URL into a new tab + / at the end of the URL and append the the contents of the Key field (i.e. <Key>[file name]</Key> and your browser should automatically download it (tested in Chrome)
With cURL/jq/yq on the command line
Getting the complete list of files.
xq is tool for parsing XML from the yq set of tools. It can be easily installed for most systems.