Skip to content

Commit

Permalink
refactor: remove parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 15, 2023
1 parent fbdab70 commit 4c33968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htsinfer/get_library_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _evaluate_mate_relationship(
self.mapping.library_type.relationship \
= StatesTypeRelationship.not_available
self.mapping.library_source = self.library_source
self.mapping.paths = (self.path_1, self.path_2)
self.mapping.paths = self.path_1, self.path_2
self.mapping.evaluate()
self._align_mates()

Expand Down

0 comments on commit 4c33968

Please sign in to comment.