mllg / batchtools

Tools for computation on batch systems
https://mllg.github.io/batchtools/
GNU Lesser General Public License v3.0
172 stars 51 forks source link

fix file paths of log files #129

Closed dagola closed 7 years ago

mllg commented 7 years ago

What's the problem here? The logic is as follows:

  1. If no custom name for the log file is given in 'log.file', default to [job.hash].log, otherwise stick to the value in "log.file" which should be relative to the [file.dir]/logs.
  2. Create path as reg$file.dir + log.file for all log files.
dagola commented 7 years ago

You are right. I had a misspecification of the log files in my conf file.