Skip to content

Commit

Permalink
Set sample type to ctDNA for cttsov2 triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 29, 2024
1 parent 18059a2 commit 83ae336
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class Cttsov2InitialiseLibraryAndFastqListRowConstruct extends Construct
triggerSource: 'orcabus.instrumentrunmanager',
triggerStatus: 'LibraryInSamplesheet',
triggerDetailType: 'SamplesheetMetadataUnion',
triggerSampleType: 'ctdna',
triggerAssayType: {
v1: 'cttso',
v2: 'cttsov2',
Expand Down Expand Up @@ -93,6 +94,12 @@ export class Cttsov2InitialiseLibraryAndFastqListRowConstruct extends Construct
payload: {
data: {
library: {
type: [
{
'equals-ignore-case':
this.Cttsov2InitialiseLibraryAndFastqListRowMap.triggerSampleType,
},
],
assay: [
{
'equals-ignore-case':
Expand Down

0 comments on commit 83ae336

Please sign in to comment.