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

Add pipeline version var to track

parent 98cf06b5
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
......@@ -75,6 +75,7 @@ process trackStart {
"astrocyte": false, \
"status": "started", \
"nextflowVersion": "${workflow.nextflow.version}", \
"pipelineVersion": "${workflow.manifest.version}", \
"ci": ${params.ci}, \
"dev": ${params.dev} \
}' \
......@@ -94,7 +95,7 @@ ERCC Reference Version: ${params.refERCCVersion}
Output Directory: ${params.outDir}
------------------------------------
Nextflow Version: ${workflow.nextflow.version}
Pipeline Version: ${pipelineVersion}
Pipeline Version: ${workflow.manifest.version}
Session ID : ${workflow.sessionId}
------------------------------------
Astrocyte : ${params.astrocyte}
......
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