Skip to content

Commit

Permalink
chore: export PickHybProbeOnly task (#70)
Browse files Browse the repository at this point in the history
So the task can be imported from `prymer.primer3` like the other tasks.

@tfenne I should have thought of this while we were discussing #51, but
do you have any thoughts on whether this task might be renamed for
consistency with the other tasks and ease of discovery? e.g.
`PickHybProbeOnlyTask`, or `DesignProbeTask`
  • Loading branch information
msto authored Oct 16, 2024
1 parent 93ea6e7 commit 8638e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prymer/primer3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from prymer.primer3.primer3_task import DesignLeftPrimersTask
from prymer.primer3.primer3_task import DesignPrimerPairsTask
from prymer.primer3.primer3_task import DesignRightPrimersTask
from prymer.primer3.primer3_task import PickHybProbeOnly
from prymer.primer3.primer3_weights import PrimerAndAmpliconWeights
from prymer.primer3.primer3_weights import ProbeWeights

Expand All @@ -22,6 +23,7 @@
"DesignLeftPrimersTask",
"DesignPrimerPairsTask",
"DesignRightPrimersTask",
"PickHybProbeOnly",
"PrimerAndAmpliconParameters",
"ProbeParameters",
"ProbeWeights",
Expand Down

0 comments on commit 8638e3b

Please sign in to comment.