Skip to Content
StudiesStudy Metadata & MIxS

Study Metadata & MIxS

SeqDesk supports the MIxS (Minimum Information about any Sequence) standard for metadata collection. MIxS ensures that sequencing data is accompanied by standardized contextual information, which is required for submission to the European Nucleotide Archive (ENA).

What is MIxS?

MIxS is a set of checklists maintained by the Genomic Standards Consortium (GSC) that define the minimum metadata required for different types of sequencing experiments. Each checklist specifies required and optional fields for a particular environment or sample type.

Checklist Types

When creating a study, you can select a MIxS checklist type that matches your research:

ChecklistENA IDUse Case
MAGMetagenome-Assembled Genomes
WastewaterWastewater treatment samples
SoilERC000016Soil environment samples
WaterERC000022Aquatic environment samples
Human GutERC000015Human intestinal microbiome
Host-AssociatedERC000012Samples from a host organism
Plant-AssociatedERC000047Plant-related samples

The checklist type determines which metadata fields appear in the sample table.

Metadata Fields

MIxS metadata is collected at the sample level. Common fields across checklists:

FieldTypeExample
geographic location (country)TextGermany
geographic location (latitude)Number52.5
geographic location (longitude)Number13.4
collection dateDate2024-01-15
broad-scale environmental contextTexturban biome
local environmental contextTextwastewater treatment plant
environmental mediumTextactivated sludge

Fields can have associated units (e.g., temperature in Celsius, depth in meters).

Where Metadata is Stored

  • Study-level metadata is in the studyMetadata field (JSON)
  • Sample-level MIxS data is in each sample’s checklistData field (JSON)
  • Units for numeric sample fields are in checklistUnits (JSON)

ENA Requirements

For successful ENA submission:

  • The study must have a title (minimum 10 characters)
  • The study must have a description (minimum 50 characters)
  • Each sample must have a valid taxId (NCBI taxonomy)
  • Required MIxS fields for the selected checklist must be filled
  • The readyForSubmission flag must be set to true

See Preparing a Submission for the full validation requirements.

Customizing Metadata Fields

Facility admins can customize the study metadata form through the Study Form Builder. This allows adding institution-specific fields alongside the standard MIxS fields.