Skip to content

Output Structure

OpenBuilder writes all builds into the outputs/ directory.


๐Ÿ“ Project Folder

Each build creates a self-contained project:

outputs/OpenBuilder-YYYY-MM-DD_HH-MM-SS/
โ”œโ”€โ”€ config.json
โ”œโ”€โ”€ user_inputs/
โ”œโ”€โ”€ simulations/
โ”œโ”€โ”€ toppar/
โ””โ”€โ”€ mdp/

๐Ÿ“„ config.json

Stores the full configuration used for the build.

  • Enables full reproducibility
  • Can be reused with CLI mode

๐Ÿงฌ user_inputs/

Contains all uploaded input files:

user_inputs/
โ”œโ”€โ”€ protein.pdb
โ””โ”€โ”€ protein.itp

These files are copied automatically and included in the final ZIP.


๐Ÿ” simulations/

Contains one folder per replica:

simulations/
โ”œโ”€โ”€ R0001/
โ”œโ”€โ”€ R0002/
โ””โ”€โ”€ R0003/

Each folder includes:

  • generated system files
  • topology (topol.top)
  • simulation outputs (.gro, etc.)

โš›๏ธ toppar/

Contains force field and topology files:

  • Martini force field files
  • protein topology (protein.itp)

๐Ÿงช mdp/

Contains simulation parameter files:

  • energy minimization (em.mdp)
  • equilibration (eq*.mdp)
  • production (md.mdp)

๐Ÿ“ฆ ZIP Archive

A compressed copy of the entire project is automatically created:

downloads/OpenBuilder-YYYY-MM-DD_HH-MM-SS.zip

This archive includes everything needed to reproduce the system.


โœ… Summary

Each build is:

  • Fully self-contained
  • Reproducible via config.json
  • Ready for simulation workflows