Skip to content

3.10.1

Latest
Compare
Choose a tag to compare
@nextstrain-bot nextstrain-bot released this 18 Feb 07:03

3.10.1

[web] Fetch custom inputs from URLs using correct "Accept" HTTP header

Fixes Nextclade Web adding header Accept: application/json, text/plain, */* when making GET HTTP requests when fetching input files from use-provided URLs. This caused problems when fetching files from sources which allow to choose between different file formats using Accept header. The response would come in JSON format and this is not what we want. Now we add Accept: text/plain, */*, preferentially fetching all inputs as plaintext, as intended.

Installation and usage

📚 Documentation: docs.nextstrain.org/projects/nextclade

🌍 Nextclade Web: clades.nextstrain.org

🖥️ Nextclade CLI:

  • 📥 Standalone native executables can be downloaded using the links in the "Assets" section just below. Mind the different operating systems and computer architectures.
  • 🐋 Docker images are available on DockerHub
  • 🐍 Conda package is available in bioconda channel.