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