I have downloaded and compiled PEPPI as in the install.sh, with the following config:
Are you on a slurm HPC system? (WARNING: PEPPI will run slowly without HPC parallelization) [y/n] n
Full path of where you wish to install PEPPI: /home/hae/anaconda3/envs/peppi
Full path to your HHsuite installation: /home/hae/bin/HHSuite3/hh-suite/build
Full path to the database used for hhblits: /home/hae/bin/HHSuite3/pdbDB/pdb70
Full path of your python interpreter: /home/hae/anaconda3/envs/peppi/bin/python
What is your C++ compiler? g++
What is your fortran compiler? gfortran
The working directory - where the main pipeline script is launched - has the following tree:
Hi,
I am trying to run PEPPI on a local machine (linux), using 3 protein sequences as a test run.
I have installed/compiled from source psipred (psipred.4.02.tar.gz) and blast (blast-2.2.9-amd64-linux.tar.gz) as recommended. I have installed/compiled from source latest hh-suite (https://github.com/soedinglab/hh-suite) and its dependencies, including its latest pdb70 database (https://wwwuser.gwdg.de/~compbiol/data/hhsuite/databases/hhsuite_dbs/).
I have downloaded and compiled PEPPI as in the install.sh, with the following config:
The working directory - where the main pipeline script is launched - has the following tree:
There is no SPRINGDB/70negpos.db_cs219.ffdata file to be found from the original install/download of PEPPI:
I have checked that the scripts bin/makeHHR.pl and bin/seqSearch.pl had the correct local paths.
When I launch the main script:
the pipeline seems to run fine at the beginning (hh-suite functions kicking in as expected), with the output directory and its content as this:
But the pipeline fails to find "SPRINGDB/70negpos.db_cs219.ffdata", thus failing to output final results file:
How to I obtain the SPRINGDB/70negpos.db_cs219.ffdata file ?
Thanks for your help in advance!