We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every pipeline has a block like this in methods.config:
methods.config
set_pipeline_logs = { trace.enabled = true trace.file = "${params.log_output_dir}/nextflow-log/trace.txt" timeline.enabled = true timeline.file = "${params.log_output_dir}/nextflow-log/timeline.html" report.enabled = true report.file = "${params.log_output_dir}/nextflow-log/report.html" }
That seems like something that we should pull into a common repository.
The text was updated successfully, but these errors were encountered:
Yeah that makes sense, we may want to parameterize the params.log_output_dir portion as an input for the common function
params.log_output_dir
Sorry, something went wrong.
No branches or pull requests
Every pipeline has a block like this in
methods.config
:That seems like something that we should pull into a common repository.
The text was updated successfully, but these errors were encountered: