placed mergingThreshold parameter in defaults file

This commit is contained in:
Paul M. Sutter 2024-06-04 11:19:07 +02:00
parent d48d740b78
commit ddcb971eae
5 changed files with 30 additions and 15 deletions

View file

@ -44,10 +44,10 @@ workDir = basePath
#workDir = os.path.join(basePath,"example_observation")
# output directory for log files
logDir = os.path.join(basePath,"logs","example_observation")
logDir = os.path.join(workDir,"logs","example_observation")
# output directory for figures
figDir = os.path.join(basePath,"figs","example_observation")
figDir = os.path.join(workDir,"figs","example_observation")
# optimization: maximum number of parallel threads to use
numZobovThreads = 2