Skip to content

Commit

Permalink
try using format function instead
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jan 11, 2024
1 parent 9670a3d commit 30c6cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# Add metadata to uploaded file
data = {
'metadata': {
'title': f'WES benchmark results nf-core/sarek v{pipeline_version}',
'title': 'WES benchmark results nf-core/sarek v{}'.format(version),
'upload_type': 'data',
'description': f'Variant calling results on benchmarking datasets produced with the nf-core/sarek v{pipeline_version}.',
'description': 'Variant calling results on benchmarking datasets produced with the nf-core/sarek v{}.'.format(version),
'creators': [{'name': 'Garcia, Maxime Ulysse',
'affiliation': 'Seqera, Barcelona'},
{'name': 'Hanssen, Friederike',
Expand Down

0 comments on commit 30c6cb2

Please sign in to comment.