Skip to content

Commit

Permalink
Merge pull request #658 from umccr/prevent-ntc-from-running-cttsov2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl authored Nov 6, 2024
2 parents 08fef6d + 6b2252d commit 29aee0a
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class Cttsov2InitialiseLibraryAndFastqListRowConstruct extends Construct
v1: 'cttso',
v2: 'cttsov2',
},
ntc_prefix: 'NTC',
};

constructor(
Expand Down Expand Up @@ -103,6 +104,16 @@ export class Cttsov2InitialiseLibraryAndFastqListRowConstruct extends Construct
},
],
},
// Dont add the ntc to the list of libraries to process
sample: {
sampleId: [
{
'anything-but': {
prefix: this.Cttsov2InitialiseLibraryAndFastqListRowMap.ntc_prefix,
},
},
],
},
},
},
},
Expand Down

0 comments on commit 29aee0a

Please sign in to comment.