kkonganti@101: params { kkonganti@101: fs = File.separator kkonganti@101: cfsanpipename = 'CPIPES' kkonganti@101: center = 'CFSAN, FDA.' kkonganti@101: libs = "${projectDir}${params.fs}lib" kkonganti@101: modules = "${projectDir}${params.fs}modules" kkonganti@101: projectconf = "${projectDir}${params.fs}conf" kkonganti@101: assetsdir = "${projectDir}${params.fs}assets" kkonganti@101: subworkflows = "${projectDir}${params.fs}subworkflows" kkonganti@101: workflows = "${projectDir}${params.fs}workflows" kkonganti@101: workflowsconf = "${workflows}${params.fs}conf" kkonganti@101: routines = "${libs}${params.fs}routines" kkonganti@101: toolshelp = "${libs}${params.fs}help" kkonganti@101: swmodulepath = "${params.fs}nfs${params.fs}software${params.fs}modules" kkonganti@101: tracereportsdir = "${launchDir}${params.fs}${cfsanpipename}-${params.pipeline}${params.fs}nextflow-reports" kkonganti@101: dummyfile = "${projectDir}${params.fs}assets${params.fs}dummy_file.txt" kkonganti@101: dummyfile2 = "${projectDir}${params.fs}assets${params.fs}dummy_file2.txt" kkonganti@101: linewidth = 80 kkonganti@101: pad = 32 kkonganti@101: pipeline = null kkonganti@101: help = null kkonganti@101: input = null kkonganti@101: output = null kkonganti@101: metadata = null kkonganti@101: publish_dir_mode = "copy" kkonganti@101: publish_dir_overwrite = true kkonganti@101: user_email = null kkonganti@101: } kkonganti@101: kkonganti@101: dag { kkonganti@101: enabled = true kkonganti@101: file = "${params.tracereportsdir}${params.fs}${params.pipeline}_dag.html" kkonganti@101: } kkonganti@101: kkonganti@101: report { kkonganti@101: enabled = true kkonganti@101: file = "${params.tracereportsdir}${params.fs}${params.pipeline}_exec_report.html" kkonganti@101: } kkonganti@101: kkonganti@101: trace { kkonganti@101: enabled = true kkonganti@101: file = "${params.tracereportsdir}${params.fs}${params.pipeline}_exec_trace.txt" kkonganti@101: } kkonganti@101: kkonganti@101: timeline { kkonganti@101: enabled = true kkonganti@101: file = "${params.tracereportsdir}${params.fs}${params.pipeline}_exec_timeline.html" kkonganti@101: } kkonganti@101: