Initial project version
This commit is contained in:
24
store/store.cfg
Normal file
24
store/store.cfg
Normal 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
|
Reference in New Issue
Block a user