hh-suite icon indicating copy to clipboard operation
hh-suite copied to clipboard

build database using protein sequences?

Open gancao opened this issue 4 years ago • 1 comments

How can I build my own database for HHblits? First, how can I installed self-compiled HH-suite3 version includes MPI support? If this failed, could I just use "cstranslate -i %s -o %s -A %s/cs219.lib -D %s/context_data.lib -x 0.3 -c 4 -I ca3m -b" to build?

gancao avatar Aug 07 '20 14:08 gancao

You need to have OpenMPI and it's development files installed on your system. Once all of these are present HH-suite will automatically pick them up and compile the _mpi suffix binaries. Please ask your local cluster admins for advice with MPI as that is usually very specific to the local environment.

For a equivalent single node execution to cstranslate_mpi also pass the --ffindex flag to cstranslate so it does not try to read single files but full ffindex databases.

milot-mirdita avatar Aug 13 '20 13:08 milot-mirdita