Skip to Content
StudiesOverview

Studies

A Study is an analysis and publication grouping. It answers the question “which samples belong together scientifically?” — which is almost never the same as “which samples arrived in the same box?”

A sequencing order is a transaction with the facility. A study is a research object: it has a title and description that will appear in the European Nucleotide Archive, one MIxS checklist that all its samples share, and a single accession (PRJEB…) once it is registered. Pipelines run against a study; submissions are built from a study.

A sample belongs to exactly one sequencing order and to at most one study. Sample.studyId is nullable, so a sample can sit outside any study indefinitely, and moving it between studies means removing it from the first one before adding it to the second.

Study or sequencing order?

Sequencing OrderStudy
PurposeGet sequencing doneAnalyse and publish
Created byThe person requesting sequencingThe person doing the analysis
Owns samplesYes — orderId is requiredNo — it borrows them via studyId
SpansOne requestAny number of orders
StatusesDRAFTSUBMITTEDCOMPLETEDBoolean flags, not a status column
Public identifierORD-YYYYMMDD-XXXX, internalPRJEB…, assigned by ENA
Deleting itDestroys the samplesLeaves the samples in their orders

The two most common shapes are: one order, one study (a self-contained project), and many orders, one study (a longitudinal survey where each sampling campaign was ordered separately but all of it publishes together).

How a study progresses

Studies have no status column. Their state is the combination of four fields, and the interface renders a badge from them:

Draft ──mark ready──▶ Ready ──test submission──▶ Test Registered ──submit──▶ Registered
BadgeCondition
DraftNothing set yet
ReadyreadyForSubmission = true
Test Registered / Test ExpiredstudyAccessionId and testRegisteredAt set; ENA test accessions expire after 24 hours
PartialstudyAccessionId set but no test registration — the study registered, sample registration did not finish
Registeredsubmitted = true

The full rules are in Study Workflow.

The study workspace

Once a study exists, the sidebar gives you these surfaces:

SurfaceWhat it is for
Table OverviewOne row per sample, every metadata column, inline editing and CSV/XLSX export
OverviewStudy details, completion tracker, the Mark as Ready control
Facility FieldsAdmin-only study fields (facility admins, when configured)
Sequencing DataThe study’s samples and their linked read files
AnalysisPipeline runs launched from this study (facility admins)
PublishingENA registration and submission

Where to start

  • First study? Read Creating Studies. Have your samples’ orders submitted first — the wizard opens on sample selection.
  • Choosing a checklist? Study Metadata & MIxS explains the environment packages, why the choice is effectively permanent, and how version pinning protects an old study from a catalog update.
  • Getting to a publication? Study Workflow covers readyForSubmission, test submissions and the deletion rules.