Skip to content

Commit

Permalink
Update subworkflows/local/utils_nf_aggregate/main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Oct 23, 2024
1 parent ea8f296 commit 887f786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/utils_nf_aggregate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def getProcessVersions(yaml_file) {
def getWorkflowVersions() {
return """
'Workflow':
"Nextflow": "$workflow.nextflow.version"
"$workflow.manifest.name": "$workflow.manifest.version"
"Nextflow": "$workflow.nextflow.version"
"$workflow.manifest.name": "$workflow.manifest.version"
""".stripIndent().trim()
}

Expand Down

0 comments on commit 887f786

Please sign in to comment.