Skip to content

Commit

Permalink
Don't reset the 'compress' flag after each file. Thanks, @maickrau!
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 25, 2023
1 parent 7d70a45 commit 0efe1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meryl/merylCommandBuilder.C
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ merylCommandBuilder::isSequenceInput(void) {

_opStack.top()->addInputFromSeq(_inoutName, _doCompression);

_doCompression = false;
//_doCompression = false;

return(true);
}
Expand Down

0 comments on commit 0efe1ce

Please sign in to comment.