Skip to content

Commit

Permalink
Fix Simulator.pm (_calculate_parent_count): undef
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Feb 17, 2024
1 parent 6f097ad commit 5b5fbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/Sandy/Simulator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ sub _calculate_number_of_reads {

sub _calculate_parent_count {
my ($self, $counter_ref) = @_;
return if $self->_has_no_fasta_rtree;
return {} if $self->_has_no_fasta_rtree;

my %parent_count;

Expand Down

0 comments on commit 5b5fbf6

Please sign in to comment.