Skip to content

Commit

Permalink
Fix provenance format
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 20, 2024
1 parent 96b8e0f commit 9cd4d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/provenance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ process pipeline_provenance {
"""
printf -- "- pipeline_name: ${pipeline_name}\\n" >> pipeline_provenance.yml
printf -- " pipeline_version: ${pipeline_version}\\n" >> pipeline_provenance.yml
printf -- "- timestamp_analysis_start: ${analysis_start}\\n" >> pipeline_provenance.yml
printf -- " timestamp_analysis_start: ${analysis_start}\\n" >> pipeline_provenance.yml
"""
}

0 comments on commit 9cd4d1c

Please sign in to comment.