Skip to content

Commit

Permalink
Merge pull request #175 from HRGV/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
HRGV authored Feb 16, 2023
2 parents 593db05 + ce098b7 commit 889ebc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phyloFlash.pl
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ sub auto_detect_readlength {
$outfiles{"readlength_out"}{"filename"},
$outfiles{"readlength_err"}{"filename"});
$outfiles{"readlength_out"}{"made"} = 1;
# Hash counts of reads per read length
# Hash counts of reads per read length
my @lens;
my $fh;
open_or_die(\$fh, "<", $outfiles{"readlength_out"}{"filename"});
Expand Down Expand Up @@ -643,8 +643,8 @@ sub parse_cmdline {

} else {
$SEmode = 1; # no reverse reads, we operate in single ended mode
$readsr = "<NONE>";
$readsr_full = "<NONE>";
$readsr = "";
$readsr_full = "";
}

msg("Forward reads $readsf_full");
Expand Down

0 comments on commit 889ebc1

Please sign in to comment.