Closed leomrtns closed 9 months ago
Hello! I haven't tried this software yet, but reading the code a bit, I wonder if perhaps the code line https://github.com/SemiQuant/PrimerJinn/blob/3c18ff18e3be12179bfcc5f096b736cf1f5b0302/PrimerJinn/PCRinSilico.py#L59 should not be instead if seq2 is '': since calcHeterodimer is the function that needs seq2.
if seq2 is '':
calcHeterodimer
seq2
Anyway this is just a random comment, it looks like a great piece of software! sincerely, Leo
thanks, I fixed this.
Hello! I haven't tried this software yet, but reading the code a bit, I wonder if perhaps the code line https://github.com/SemiQuant/PrimerJinn/blob/3c18ff18e3be12179bfcc5f096b736cf1f5b0302/PrimerJinn/PCRinSilico.py#L59 should not be instead
if seq2 is '':
sincecalcHeterodimer
is the function that needsseq2
.Anyway this is just a random comment, it looks like a great piece of software! sincerely, Leo