We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b1c6f commit 0b4304cCopy full SHA for 0b4304c
cg/apps/orderform/excel_orderform_parser.py
@@ -240,6 +240,9 @@ def _transform_data_delivery(data_delivery: str) -> str:
240
"scout": DataDelivery.SCOUT,
241
"statina": DataDelivery.STATINA,
242
"fastq-analysis": DataDelivery.FASTQ_ANALYSIS, # Sars Cov10 orderform does not have the same options as others
243
+ "raw_data + analysis": DataDelivery.RAW_DATA_ANALYSIS,
244
+ "raw_data + scout": DataDelivery.RAW_DATA_SCOUT,
245
+ "raw_data + analysis + scout": DataDelivery.RAW_DATA_ANALYSIS_SCOUT,
246
}
247
return orderform_to_internal[data_delivery]
248
except KeyError as error:
0 commit comments