Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jul 22, 2024
1 parent 1c0ba92 commit 7b83fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_b2w.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _collect_files(base_path):
# TODO C++ b2w generates empty files in some cases that are not relevant
if os.path.getsize(x) > 0:
spec_files.append(os.path.basename(x))
spec_files.extend(['coverage.txt', 'work/reads.fas'])
spec_files.extend(['coverage.txt', 'reads.fas'])
return spec_files

# Note: maximum_reads = math.floor(1e5 / window_length) # TODO why divide?
Expand Down

0 comments on commit 7b83fa9

Please sign in to comment.