dptech-corp/Uni-GBSA

Parallel run

almeida85 opened this issue · 2 comments

Hello,
I am using Uni-GBSA as:

unigbsa-pipeline -i receptor.pdb -l ligand.pdb -o outpud.csv -nt 10

but it only runs on a single CPU. How can I run the command in parallel on multiple CPUs?

Thanks in advance.

Aunity commented

The multiple CPU only support for multiple ligands.

So, I should pass a folder with ligands with -d LIGDIR, correct?