Skip to content

Commit

Permalink
feat: add processed paths to mapping #149
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 15, 2023
1 parent 8443c05 commit 9263fcb
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 9263fcb

Please sign in to comment.