Skip to content

Commit

Permalink
Fix ntc prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 6, 2024
1 parent c873057 commit 6b2252d
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class Cttsov2InitialiseLibraryAndFastqListRowConstruct extends Construct
v1: 'cttso',
v2: 'cttsov2',
},
ntc_prefix: 'ntc',
ntc_prefix: 'NTC',
};

constructor(
Expand Down Expand Up @@ -109,10 +109,7 @@ export class Cttsov2InitialiseLibraryAndFastqListRowConstruct extends Construct
sampleId: [
{
'anything-but': {
prefix: {
'equals-ignore-case':
this.Cttsov2InitialiseLibraryAndFastqListRowMap.ntc_prefix,
},
prefix: this.Cttsov2InitialiseLibraryAndFastqListRowMap.ntc_prefix,
},
},
],
Expand Down

0 comments on commit 6b2252d

Please sign in to comment.