/usr/share/doc/logol/examples/logol.properties is in logol 1.7.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # Minimum size to use to split a file to parallelize treatments
minSplitSize=30000
# Maximum size to display a solution
maxResultSize=20000
# Maximum size of a solution
maxMatchSize=3000
# Temporary directory used for the analysis. Should be local to the node
workingDir=./test/tmp
# Directory where to place the results. In case of cluster usage, result must be a shared directory between nodes
dir.result=./test/tmp
# Maximum length of a spacer when looking forward for a match
maxSpacerLength=10000
# Maximum length of a variable in a match
maxLength=1000
# Minimum length of a variable in a match
minLength=2
# Default strategy to use, 1 must be keep by default
parentStrategy=1
# Number of processor on computer running the analysis
nbProcessor=1
# Default number to limit number of results
maxSolutions=10
# Minimum size of tree index
minTreeIndex=1
# Path to logol software
#installPath=.
# Host where is smtp server
smtp.host=localhost
# Mail user for smtp host
mail.user=
# DRM queue command if a specific queue is to be used
# Example for SGE: drm.queue= -q long
drm.queue=
# Use Cassiopee [2] (default) or Vmatch [1] or ruby cassiopee gem [0]
suffix.tool =2
# Vmatch or Cassiopee path, if used and not in path
suffix.path=
|