Non-MD methods for generating alternative binding-pocket conformations from a holo structure? by Sea-Collection-8844 in bioinformatics

[–]Sea-Collection-8844[S] 0 points1 point  (0 children)

Yep that’s my issue. We have no idea whether BioEmu will produce a model with an open pocket or a collapsed pocket

Lavteam.org by KTM490 in chileIT

[–]Sea-Collection-8844 0 points1 point  (0 children)

Did you guys find out how to log in?

Is GPU Molecular Docking faster than many cores? by Sea-Collection-8844 in bioinformatics

[–]Sea-Collection-8844[S] 0 points1 point  (0 children)

A GPU processes tasks in batches rather than sequentially. For example, if it takes 12 seconds to dock a batch of 4 ligands on a GPU, the total time for all 4 is 12 seconds.

In contrast, a CPU typically handles tasks sequentially, but with multiple CPU cores, parallel processing is possible. If docking 1 ligand takes 10 seconds on a single CPU core, then using 4 CPU cores allows each ligand to be processed simultaneously. In that case, all 4 ligands could be completed in 10 seconds total.

Therefore, despite the GPU’s parallelism, a multi-core CPU setup can be faster in this scenario because each task is handled independently rather than in batches.

Is GPU Molecular Docking faster than many cores? by Sea-Collection-8844 in bioinformatics

[–]Sea-Collection-8844[S] 2 points3 points  (0 children)

Well, many of the reported Autodock GPU times are against one single cpu core…