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 7446d19
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 @@ -3,11 +3,13 @@
from prymer.offtarget.bwa import BwaResult
from prymer.offtarget.bwa import Query
from prymer.offtarget.offtarget_detector import OffTargetResult
from prymer.offtarget.offtarget_detector import OffTargetDetector

__all__ = [
"BwaAlnInteractive",
"Query",
"BwaHit",
"BwaResult",
"OffTargetResult",
"OffTargetDetector",
]

0 comments on commit 7446d19

Please sign in to comment.