Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fulcrumgenomics/prymer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9dd4ebb921924992ed00db5e0e6331e0631e47e4
Choose a base ref
..
head repository: fulcrumgenomics/prymer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54b30a3c84fd82b6d7e981606f6056dd68d98872
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 prymer/primer3/primer3_weights.py
2 changes: 1 addition & 1 deletion prymer/primer3/primer3_weights.py
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ class PrimerAndAmpliconWeights:
PrimerAndAmpliconWeights(product_size_lt=1, product_size_gt=1, product_tm_lt=0.0, product_tm_gt=0.0, primer_end_stability=0.25, primer_gc_lt=0.25, primer_gc_gt=0.25, primer_self_any=0.1, primer_self_end=0.1, primer_size_lt=0.5, primer_size_gt=0.1, primer_tm_lt=1.0, primer_tm_gt=1.0)
>>> PrimerAndAmpliconWeights(product_size_lt=5)
PrimerAndAmpliconWeights(product_size_lt=5, product_size_gt=1, product_tm_lt=0.0, product_tm_gt=0.0, primer_end_stability=0.25, primer_gc_lt=0.25, primer_gc_gt=0.25, primer_self_any=0.1, primer_self_end=0.1, primer_size_lt=0.5, primer_size_gt=0.1, primer_tm_lt=1.0, primer_tm_gt=1.0) """ # noqa: E501
PrimerAndAmpliconWeights(product_size_lt=5, product_size_gt=1, product_tm_lt=0.0, product_tm_gt=0.0, primer_end_stability=0.25, primer_gc_lt=0.25, primer_gc_gt=0.25, primer_self_any=0.1, primer_self_end=0.1, primer_size_lt=0.5, primer_size_gt=0.1, primer_tm_lt=1.0, primer_tm_gt=1.0)""" # noqa: E501

product_size_lt: int = 1
product_size_gt: int = 1