[spctools-discuss] Re: Unresolved issue: TPP GUI error message: sh: tpp_hostname: command not found

2010-05-24 Thread Eliza
Here is the output (with some details removed) SCRIPT_NAME = /tpp/cgi-bin/check_env.pl SERVER_NAME = servername SERVER_ADMIN = webmas...@localhost HTTP_ACCEPT_ENCODING = gzip,deflate HTTP_CONNECTION = keep-alive REQUEST_METHOD = GET HTTP_ACCEPT =

Re: [spctools-discuss] Re: Unresolved issue: TPP GUI error message: sh: tpp_hostname: command not found

2010-05-24 Thread Brian Pratt
PATH = /usr/local/bin:/usr/bin:/bin Doesn't seem to include your TPP executables. You'll need to figure out how to update that for the Apache process user. On Mon, May 24, 2010 at 12:39 AM, Eliza blond...@googlemail.com wrote: Here is the output (with some details removed) SCRIPT_NAME =

Re: [spctools-discuss] PepC (and TPP) Build error on OS 10.5

2010-05-24 Thread Brian Pratt
Hi Oded, You'll need Java 1.6 - turns out javax.swing.table.TableRowSorter isn't in 1.5. Can you readily upgrade that? Brian On Sun, May 23, 2010 at 3:48 AM, Oded oded.kleif...@gmail.com wrote: Hi all, I am trying to install the latest TPP code (version 4984) on my Mac that runs 10.5 using

[spctools-discuss] Re: decode and uncompress mzXML 3.1 peaks (zlib) in perl

2010-05-24 Thread John Prince
Here's how it can be done in Ruby, might give you some ideas for Perl: --- require 'zlib' NETWORK_FLOAT = 'g*' NETWORK_DOUBLE = 'G*' LITTLE_ENDIAN_FLOAT = 'e*' LITTLE_ENDIAN_DOUBLE = 'E*' BASE_64 = 'm*' def unpack_mzxml_string(str, precision=32, network_order=true,