Skip to content

Commit 0b4304c

Browse files
committed
Add data deliveries
1 parent 23b1c6f commit 0b4304c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cg/apps/orderform/excel_orderform_parser.py

+3
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ def _transform_data_delivery(data_delivery: str) -> str:
240240
"scout": DataDelivery.SCOUT,
241241
"statina": DataDelivery.STATINA,
242242
"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,
243246
}
244247
return orderform_to_internal[data_delivery]
245248
except KeyError as error:

0 commit comments

Comments
 (0)