Skip to content

Commit

Permalink
fix: add processed sample paths to mapping (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate authored Nov 16, 2023
1 parent 8443c05 commit 62fbf72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htsinfer/get_library_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +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.evaluate()
self._align_mates()

Expand Down

0 comments on commit 62fbf72

Please sign in to comment.