Initial project version

This commit is contained in:
sebastiankloth
2022-04-11 10:59:06 +02:00
commit 4fb80d9d44
58 changed files with 33879 additions and 0 deletions

24
store/store.cfg Normal file
View File

@ -0,0 +1,24 @@
[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