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 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
[GENERAL]
######################
### Initialization ###
db.fullname="local copy bank test"
db.name=local
db.type=nucleic_protein
offline.dir.name=offline/test/local_tmp
dir.version=test/local
frequency.update=0
### Synchronization ###
files.num.threads=1
# Local system (copy some files)
protocol=local
server=
release.file=
release.regexp=
release.file.compressed=
remote.dir=/DIR_PATH_OF_FILES_TO_COPY
# Reg exp of files to copy
remote.files=^test.*
#Uncomment if you don't want to extract the data files.
#no.extract=true
# Reg exp of files to keep
local.files=^.*
## Post Process ## The files should be located in the projectfiles/process directory
#db.post.process=
## Post Process ## The files should be located in the projectfiles/process
BLOCKS=BLOCK1
BLOCK1.db.post.process=META0
META0=PROC1
PROC1.name=test1
PROC1.desc=scan copied files try to auto detect format
PROC1.cluster=false
PROC1.type=test
PROC1.exe=scan.py
PROC1.args=--scan $datadir/$dirversion/$localrelease
### Deployment ###
keep.old.version=1
|