macrocosm-os / folding

Decentralized Protein Folding Bittensor Subnet
https://www.macrocosmos.ai/sn25
MIT License
15 stars 17 forks source link

GROMACs API vs sys.command #8

Closed mccrindlebrian closed 6 months ago

mccrindlebrian commented 8 months ago

We can execute GROMACs commands in two ways in python:

  1. Using the GromacsWrapper, or
  2. shell commands

We need to know which one is more suitable here (pros/cons). Things like

  1. running in background threads/processes,
  2. error handling,
  3. code clarity and extensibility.
schampoux commented 7 months ago
schampoux commented 7 months ago

GromacsWrapper:

gmxapi: