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

Add runtime info

parent 7afd0f5e
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
Pipeline #7579 passed with stages
in 3 minutes and 17 seconds
......@@ -82,6 +82,27 @@ process trackStart {
"""
}
log.info """\
====================================
BICF RNA-seq Pipeline for GUDMAP/RBK
====================================
Replicate RID : ${params.repRID}
Source Server: ${params.source}
Mouse Reference Version: ${params.refMoVersion}
Human Reference Version: ${params.refhuVersion}
ERCC Reference Version: ${params.refERCCVersion}
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}
------------------------------------
"""
/*
* splitData: split bdbag files by replicate so fetch can occure in parallel, and rename files to replicate rid
*/
......
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