-
Notifications
You must be signed in to change notification settings - Fork 776
Closed
Description
Bug report
I tried to get the ${workflow.workDir} in the config file for trace path and name. Note the workDir and runName are specified by the nextflow run command line -w test -name test
trace{
enabled = true
file = "${workflow.workDir}/reports/${workflow.runName}.trace.txt"
}Expected behavior and actual behavior
Expected: get the current work dir and runName specified by the command line
Actual: get an error:
ERROR ~ Unknown config attribute `workflow.workDir` -- check config file
Steps to reproduce the problem
Any job with the trace in config file, and specify the workDir and name by command line.
Program output
ERROR ~ Unknown config attribute `workflow.workDir` -- check config file:
Environment
- Nextflow version: [23.04.2]
- Java version: [17.0.8]
- Operating system: [Debian12]
- Bash version: (5.2.15)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels