diff --git a/backend/fms_core/services/sample.py b/backend/fms_core/services/sample.py index 3a1913e0b..5adb1bc9a 100644 --- a/backend/fms_core/services/sample.py +++ b/backend/fms_core/services/sample.py @@ -47,7 +47,7 @@ def create_full_sample(name, volume, collection_site, creation_date, **(dict(tissue_source=tissue_source) if tissue_source is not None else dict()), ) if experimental_group: - derived_sample_data['experimental_group'] = json.dumps([ + derived_sample_data['experimental_group'] = ([ g.strip() for g in RE_SEPARATOR.split(experimental_group) if g.strip()