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