No additional libraries are necessary.
Primer3Plus is not an application per se but rather a web interface to interact with Primer3. There is no compilation to be performed but you need to make sure that it is available to a local web browser using these instructions:
/home/bioubuntu
, decompressed and the resulting folder is moved over into /opt/bio/sources
.root
ans its permissions should be set to 755
.% sudo chown -R root:root /opt/bio/sources/primer3plus
/opt/bio/sources/primer3plus
, you have to copy its content to /opt/bio/docs/cgi-bin
:% sudo cp -r ./* /opt/bio/docs/cgi-bin
/opt/bio/docs/cgi-bin
:% sudo chown -R www-data:www-data /opt/bio/docs/cgi-bin
settings.pm
file:Before:
"PRIMER_BIN" => "./primer3_core", # for Linux
After:
"PRIMER_BIN" => "/usr/local/bin/primer3_core", # for Linux
% sudo xfce4-menueditor /etc/xdg/xfce4/desktop/menu.xml
firefox http://localhost/cgi-bin/primer3plus.cgi