Skip to content
Snippets Groups Projects
Commit 61f6819c authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update runtime info format

parent 5861e5a3
Branches
Tags
3 merge requests!74Develop,!73Cellranger 4.0.0 ref 2020 a,!70Cellranger 4.0.0 ref 2020 a
Pipeline #7573 passed with stages
in 35 minutes and 15 seconds
......@@ -86,22 +86,23 @@ process trackStart {
log.info """\
BICF cellranger_mkfastq Pipeline
================================
Run name : ${params.name}
bcl : ${params.bcl}
Design File : ${params.designFile}
Output Directory: ${params.outDir}
--------------------------------
Nextflow Version: ${workflow.nextflow.version}
Pipeline Version: ${pipelineVersion}
Session ID : ${workflow.sessionId}
--------------------------------
Astrocyte : ${params.astrocyte}
CI : ${params.ci}
Development : ${params.dev}
"""
================================
BICF cellranger_mkfastq Pipeline
================================
Run name : ${params.name}
bcl : ${params.bcl}
Design File : ${params.designFile}
Output Directory: ${params.outDir}
--------------------------------
Nextflow Version: ${workflow.nextflow.version}
Pipeline Version: ${pipelineVersion}
Session ID : ${workflow.sessionId}
--------------------------------
Astrocyte : ${params.astrocyte}
CI : ${params.ci}
Development : ${params.dev}
--------------------------------
"""
process checkDesignFile {
tag "${name}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment