Files
python-store/store/store.cfg
2022-04-11 10:59:06 +02:00

25 lines
452 B
INI

[store]
# The database connection - change this to sqlite://store.db to use a local sqlite database
pg_host = db.cluster
pg_port = 5432
pg_user = store
pg_password = none
db_file = postgresql://%(pg_user)s:%(pg_password)s@%(pg_host)s:%(pg_port)s/store
[eval]
require_trajectory = True
maxcache = 2000
topology = *.tpr
trajectory = out/*.xtc
short_dir = ../short/*
nojump = True
[correlation]
skip = 0.01
window = 0.3
segments = 300