This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Primer3 Mac Osx Build

I'm getting this error on my mac osx build.

Primer3/eprimer3 issue:
Error: thermodynamic approach chosen, but path to thermodynamic parameters not specified

From:
http://www.mcardle.wisc.edu/mprime/help/primer3/primer3_manual.htm#globalTags

PRIMERTHERMODYNAMICPARAMETERSPATH (string; default ./primer3config)

This tag specifies the path to the directory that contains all the parameter files used by the thermodynamic approach. In Linux, there are two default locations that are tested if this tag is not defined: ./primer3config/ and /opt/primer3config/. For Windows, there is only one default location: .\primer3config.

I put the primer3
config in my PATH in bin and still cannot solve this issue:

I even did
export PRIMERTHERMODYNAMICPARAMETERSPATH=/Users/jared/Downloads/primer3-2.3.2/src

and

export PRIMER
THERMODYNAMICPARAMETERSPATH=/Users/jared/Downloads/primer3-2.3.2/src/primer3_config

to no avail.

primer

1 answer

You should set the parameter in the input file for primer3_core like following:

PRIMER_PRODUCT_SIZE_RANGE=100-300 PRIMER_THERMODYNAMIC_PARAMETERS_PATH=/home/quwb/project/primer3/primer3_config/

Log in to answer this question.