Skip to content

Commit

Permalink
Fix bug in fragment file filtering; #1509
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Oct 26, 2023
1 parent eecc56f commit abc8c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ int filterCells(
return 1;
}

line_seq.clear();
// looping over the fragments file
do {
line_seq.append(buffer);
Expand Down

0 comments on commit abc8c65

Please sign in to comment.