Skip to content

Commit

Permalink
remove (deleter, setter) associated params
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Dec 30, 2024
1 parent 45a5bc0 commit 926ff1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opr/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
PRIMER_SEQUENCE_LENGTH_WARNING = "The recommended range for primer length is between 18 and 30."
PRIMER_SEQUENCE_VALID_BASES_ERROR = "Primer sequence should only contain the nucleotide bases A, T, C, and G."
PRIMER_SEQUENCE_VALID_GC_CONTENT_RANGE_WARNING = "The recommended range for GC content is between 30% and 80%."
PRIMER_READ_ONLY_ATTRIBUTE_ERROR = "This attribute is read-only."
PRIMER_NOT_REMOVABLE_ATTRIBUTE_ERROR = "This attribute is not removable."

PRIMER_ADDITION_ERROR = "You can only add two Primer objects."
PRIMER_MULTIPLICATION_ERROR = "The primer sequence can only be multiplied by an integer."
Expand Down

0 comments on commit 926ff1f

Please sign in to comment.