-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcumulus.conf.default
More file actions
41 lines (35 loc) · 1.45 KB
/
cumulus.conf.default
File metadata and controls
41 lines (35 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# time in seconds to wait between each check for job status
refresh.rate.in.seconds = 30
# time in days before jobs and data are deleted from the server
data.max.age.in.days = 90
# converters for different file formats
converter.raw.to.mzml = /usr/bin/mono /home/ubuntu/ThermoRawFileParser1.4.5/ThermoRawFileParser.exe -i "%input_file%" -b "%output_file%"
converter.d.to.mzml = /usr/bin/docker run -u "%uid_gid:/cumulus%" -v /cumulus:/cumulus mfreitas/tdf2mzml tdf2mzml.py -i "%input_file%" -o "%output_file%"
# openstack config
openstack.bin.path = /cumulus/openstack/bin/openstack
openstack.worker.username = ubuntu
openstack.worker.port = 22
openstack.snapshot.name = snap-template
openstack.volume.size.gb = 500
openstack.cert.key.name = cumulus
openstack.cloud.network = openstack-cloud-project
openstack.known.hosts.path = /home/ubuntu/.ssh/known_hosts
openstack.cert.key.path = /home/ubuntu/.ssh/cumulus.pem
# server network configuration
local.host = 0.0.0.0
local.port = 8800
# the main path for the storage and its subfolders
storage.path = /cumulus
storage.data.subpath = /data
storage.jobs.subpath = /jobs
storage.bin.subpath = /bin
storage.temp.subpath = /temp
input.folder = input
output.folder = output
temp.folder = temp
flavors.file.path = flavors.tsv.default
database.file.path = cumulus.db
final.file = .cumulus.rsync
# the version of the Cumulus server and the minimum version of the client that can connect to it
version = 2.2.0
client.min.version = 2.2.0