Hello,
I am trying to run discomark on a Mac running OSX 10.12.3. Things went along fine until step five, when I encountered the following error:
[5] Designing primers based on multiple alignments...
Traceback (most recent call last):
File "run_project.py", line 139, in
steps.design_primers(source_dir, primer_dir, settings, logfile)
File "/Users/redacted/discomark/discomark/steps.py", line 201, in design_primers
primerpairs = prifipy.findprimers(0, list(aln), summary, l, settings, logfile)
File "/Users/redacted/discomark/util/prifipy/primerfinder_ver2.py", line 2110, in findprimers
s,pro,contra=scoreprimerpair( p1,p2,realindices,intronsbetweenprimers, 1)
File "/Users/redacted/discomark/util/prifipy/primerfinder_ver2.py", line 509, in scoreprimerpair
contra.append("%5.1f: Fw GC content >= 75%"%p1.gcscore )
ValueError: incomplete format
I am only somewhat familiar with python and I am not really sure what is wrong.
Thank you for your help.
Hello,
I am trying to run discomark on a Mac running OSX 10.12.3. Things went along fine until step five, when I encountered the following error:
[5] Designing primers based on multiple alignments...
Traceback (most recent call last):
File "run_project.py", line 139, in
steps.design_primers(source_dir, primer_dir, settings, logfile)
File "/Users/redacted/discomark/discomark/steps.py", line 201, in design_primers
primerpairs = prifipy.findprimers(0, list(aln), summary, l, settings, logfile)
File "/Users/redacted/discomark/util/prifipy/primerfinder_ver2.py", line 2110, in findprimers
s,pro,contra=scoreprimerpair( p1,p2,realindices,intronsbetweenprimers, 1)
File "/Users/redacted/discomark/util/prifipy/primerfinder_ver2.py", line 509, in scoreprimerpair
contra.append("%5.1f: Fw GC content >= 75%"%p1.gcscore )
ValueError: incomplete format
I am only somewhat familiar with python and I am not really sure what is wrong.
Thank you for your help.