Skip to content

Commit

Permalink
refactor: export OffTargetDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Sep 23, 2024
1 parent 70f6840 commit 47eb730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prymer/offtarget/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from prymer.offtarget.bwa import BwaHit
from prymer.offtarget.bwa import BwaResult
from prymer.offtarget.bwa import Query
from prymer.offtarget.offtarget_detector import OffTargetDetector
from prymer.offtarget.offtarget_detector import OffTargetResult

__all__ = [
Expand All @@ -10,4 +11,5 @@
"BwaHit",
"BwaResult",
"OffTargetResult",
"OffTargetDetector",
]

0 comments on commit 47eb730

Please sign in to comment.