Re: [spctools-discuss] Can't exec "tpp_models.pl" TPP/kojak

2018-10-02 Thread Alex Zelter
Hi David, Adding /usr/local/tpp/bin to my path solved the problem. Thanks very much for the prompt reply. Alex On Tuesday, October 2, 2018 at 9:40:29 AM UTC-7, David Shteynberg wrote: > > Hi Alex, > > What is the content of your PATH environment variable? You can check with > echo $PATH command

Re: [spctools-discuss] Can't exec "tpp_models.pl" TPP/kojak

2018-10-02 Thread David Shteynberg
Hi Alex, What is the content of your PATH environment variable? You can check with echo $PATH command. You should add the directory with TPP binaries ( /usr/local/tpp/bin ) to you PATH. The way to do this depends on your shell. In bash shell do this: export PATH=/usr/local/tpp/bin:$PATH In C

[spctools-discuss] Can't exec "tpp_models.pl" TPP/kojak

2018-10-02 Thread Alex Zelter
Hi there, I am using TPP v5.2.0-b1 Flammagenitus Pre-release Beta, Build 201809101205-7809 (Linux-x86_64) with Kojak pep.xml data running the following command: /usr/local/tpp/bin/xinteract -Ninteract.pep.xml -p0 -l1 -eT -PPM -OAPdp -drandom_ -ip file1.pep.xml file3.pep.xml file3.pep.xml Thi