Skip to content

Commit

Permalink
Refactor default variable definition in LogPublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoscasgr committed Nov 11, 2024
1 parent 85095f0 commit f6b0507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/WTSI/NPG/HTS/Illumina/LogPublisher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ with qw[
our $VERSION = '';

# Default
our $DEFAULT_ROOT_COLL = '/seq';
our $DEFAULT_LOG_COLL = 'log';
Readonly::Scalar my $DEFAULT_ROOT_COLL => '/seq';
Readonly::Scalar my $DEFAULT_LOG_COLL => 'log';

Readonly::Scalar my $BAM_BASECALLS_DEPTH => 4;

Expand Down

0 comments on commit f6b0507

Please sign in to comment.