Hi,
Thanks Luis - this solve the problem of mutiple.
Another fix that need to be done in order to things to work properly
is to change line 115 in PepXMLViewer.html (in src/Visualization/
PepXMLviewer/html/ or after build in usr/local/tpp/html)
from:
document.getElementById('msgs').innerHTML += "<br/>(URL: " +
http_req.url + ")";
To:
document.getElementById('msgs').innerHTML += "<br/>(URL: " +
http_req.url ")";
Cheers,
Oded
On Aug 13, 8:21 pm, Luis Mendoza <
lmend...@systemsbiology.org> wrote:
> Hello Oded,
> Thank you for your Mac report and the bug report. I have checked the fix
> into the 4-3 branch, so it should be on the next release of the TPP. If
> you'd like to fix it in the meantime, all you need to do is open the
>
tpp_gui.pl file and edit the 3 lines (around line no. 3592) from:
> $sections[2] = { name => 'Analysis Pipeline', ...
> to:
> $sections[3] = { name => 'Analysis Pipeline', ...
>
> That is, change the 2 to a 3 within the brackets in all three instances.
> Turns out this affects all non-Sequest branches.
>
> Cheers,
> --Luis
>