Skip to content

Commit

Permalink
cleanup IO.pm and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Feb 21, 2024
1 parent 54fdf9b commit 961300c
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 151 deletions.
3 changes: 1 addition & 2 deletions perl/lib/Seq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@ sub _preparePreprocessorProgram {

my $errPath = $self->_workingDir->child( $basename . '.file-log.log' );

#cat is wasteful, but we expect no one reads large uncompressed files
my $echoProg = $self->getReadArgs($inPath) || "cat $inPath";
my $echoProg = $self->getReadArgs($inPath);

my $fp = $self->fileProcessors->{$type};

Expand Down
Loading

0 comments on commit 961300c

Please sign in to comment.