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

MLST JSON allele format #4

Open
apetkau opened this issue Feb 9, 2024 · 0 comments
Open

MLST JSON allele format #4

apetkau opened this issue Feb 9, 2024 · 0 comments

Comments

@apetkau
Copy link
Member

apetkau commented Feb 9, 2024

Purpose

This describes the MLST alleles format used for storing (cg/wg)MLST alleles.

Example

{
  "analysis": {
    "sample": "SAMPLE_NAME",
    "scheme": {"name": "SCHEME_NAME", "version": "SCHEME_VERSION"},
    "date": "DATE",
    "software": {
      "name": "locidex",
      "version": "0.1.0",
      "params": {...}
    },
  },
  "data": {
    "locus_1": [{"allele": "ALLELE_ID", "quality": {...}}],
    "locus_2": [{"allele": "ALLELE_ID", "quality": {...}}]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant