Skip to content

Commit

Permalink
fix orientation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Jan 5, 2024
1 parent dae137d commit bf7bea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_get_read_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ def test_init_all(self, tmpdir):
CONFIG.args.path_2_processed = FILE_MATE_2
CONFIG.args.t_file_processed = FILE_TRANSCRIPTS
CONFIG.args.tmp_dir = tmpdir
CONFIG.results.library_source = ResultsSource(
file_1=Source(),
file_2=Source()
)
test_instance = GetOrientation(config=CONFIG,
mapping=MAPPING)
assert test_instance.paths[0] == FILE_MATE_1
Expand Down

0 comments on commit bf7bea1

Please sign in to comment.