Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
cellranger_mkfastq
Commits
61f6819c
Commit
61f6819c
authored
Jul 14, 2020
by
Gervaise Henry
🤠
Browse files
Update runtime info format
parent
5861e5a3
Pipeline
#7573
passed with stages
in 35 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
61f6819c
...
...
@@ -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}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment