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
GSC MIMAGSMetagenome-Assembled Genomes
GSC MIxS wastewater & sludgeWastewater treatment samples
GSC MIxS soilERC000016Soil environment samples
GSC MIxS waterERC000022Aquatic environment samples
GSC MIxS human gutERC000015Human intestinal microbiome
GSC MIxS host associatedERC000012Samples from a host organism
GSC MIxS plant associatedERC000047Plant-related samples
ENA default sample checklistGeneric fallback when no MIxS checklist applies

This is an excerpt — SeqDesk ships the full GSC + ENA catalog (about 17 checklists at the moment, including air, sediment, microbial mat biofilm, and the various human-body-site variants). The complete list is enumerated by GET /api/mixs-checklists. 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.