Skip to content

Commit

Permalink
Merge pull request #768 from mgcam/drop_unused_constants
Browse files Browse the repository at this point in the history
Dropped unused constants
  • Loading branch information
nerdstrike authored Oct 24, 2023
2 parents 7fa3eb0 + 2f26297 commit 0ce39cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/st/api/lims.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ Readonly::Scalar our $CACHED_SAMPLESHEET_FILE_VAR_NAME => 'NPG_CACHED_SAMPLESHEE
Readonly::Scalar my $SAMPLESHEET_DRIVER_TYPE => 'samplesheet';
Readonly::Scalar my $DEFAULT_DRIVER_TYPE => $SAMPLESHEET_DRIVER_TYPE;

Readonly::Scalar my $PROC_NAME_INDEX => 3;
Readonly::Hash my %QC_EVAL_MAPPING => {'pass' => 1, 'fail' => 0, 'pending' => undef, };
Readonly::Scalar my $INLINE_INDEX_END => 10;
Readonly::Scalar my $DUAL_INDEX_TAG_LENGTH => 16;

Readonly::Hash my %METHODS_PER_CATEGORY => {
Expand Down

0 comments on commit 0ce39cb

Please sign in to comment.