Skip to content

Commit

Permalink
Test with source added
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Jurič committed Sep 13, 2023
1 parent b5bd469 commit 77acd75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_get_library_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def test_evaluate_mate_relationship_not_mates(self):
CONFIG.args.path_1_processed = FILE_IDS_NOT_MATCH_1
CONFIG.args.path_2_processed = FILE_MATE_2
CONFIG.args.t_file_processed = FILE_TRANSCRIPTS
CONFIG.results.library_source.file_1.short_name = "hsapiens"
MAPPING.paths = (FILE_IDS_NOT_MATCH_1, FILE_MATE_2)
MAPPING.transcripts_file = FILE_TRANSCRIPTS
test_instance = GetLibType(config=CONFIG,
Expand All @@ -136,6 +137,7 @@ def test_evaluate_split_mates_not_matching_ids(self):
"""
CONFIG.args.path_1_processed = FILE_IDS_NOT_MATCH_1
CONFIG.args.path_2_processed = FILE_IDS_NOT_MATCH_2
CONFIG.results.library_source.file_1.short_name = None
MAPPING.paths = (FILE_IDS_NOT_MATCH_1, FILE_IDS_NOT_MATCH_2)
test_instance = GetLibType(config=CONFIG,
mapping=MAPPING)
Expand Down

0 comments on commit 77acd75

Please sign in to comment.