Skip to content

Commit 5b5fbf6

Browse files
committed
Fix Simulator.pm (_calculate_parent_count): undef
1 parent 6f097ad commit 5b5fbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/App/Sandy/Simulator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ sub _calculate_number_of_reads {
952952

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

957957
my %parent_count;
958958

0 commit comments

Comments
 (0)