Skip to content

Commit

Permalink
Update read_merger.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyzimin committed Apr 26, 2023
1 parent b6b106f commit 89706e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/read_merger.pl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ sub print_sequence {
print $seq1->{seq} . "\n";
}

sub determine_compression_type {
sub determine_file_type {
my ($file_path) = @_;
open(my $fh, '<:raw', $file_path) or die "Could not open file '$file_path': $!";
my $header = '';
Expand Down

0 comments on commit 89706e4

Please sign in to comment.