Skip to content

Commit

Permalink
Merge pull request #482 from c3g/normalization-spec-change-qc
Browse files Browse the repository at this point in the history
Apply changes to normalization specs to QC
  • Loading branch information
UlysseFG authored Jan 30, 2023
2 parents 58bbeda + 335a4cc commit fe36157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/fms_core/migrations/0049_v4_0_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def initialize_workflows(apps, schema_editor):
{"name": "Sample QC", "protocol_name": "Sample Quality Control",
"specifications": []},
{"name": "Normalization (Sample)", "protocol_name": "Normalization",
"specifications": [{"display_name": "Normalization Type", "sheet_name": "Normalization", "column_name": "Robot Norm Choice", "value": "Sample Janus"}]},
"specifications": [{"display_name": "Normalization Type", "sheet_name": "Normalization", "column_name": "Type", "value": "Sample"}]},
{"name": "Normalization (Library)", "protocol_name": "Normalization",
"specifications": [{"display_name": "Normalization Type", "sheet_name": "Normalization", "column_name": "Robot Norm Choice", "value": "Library"}]},
"specifications": [{"display_name": "Normalization Type", "sheet_name": "Normalization", "column_name": "Type", "value": "Library"}]},
{"name": "Library Preparation (PCR-free, Illumina)", "protocol_name": "Library Preparation",
"specifications": [{"display_name": "Library Type", "sheet_name": "Library Batch", "column_name": "Library Type", "value": "PCR-free"},
{"display_name": "Library Platform", "sheet_name": "Library Batch", "column_name": "Platform", "value": "ILLUMINA"},]},
Expand Down

0 comments on commit fe36157

Please sign in to comment.