Skip to content

Commit

Permalink
correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jan 11, 2024
1 parent 30c6cb2 commit a34d2cb
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': 'WES benchmark results nf-core/sarek v{}'.format(version),
'title': 'WES benchmark results nf-core/sarek v{}'.format(pipeline_version),
'upload_type': 'data',
'description': 'Variant calling results on benchmarking datasets produced with the nf-core/sarek v{}.'.format(version),
'description': 'Variant calling results on benchmarking datasets produced with the nf-core/sarek v{}.'.format(pipeline_version),
'creators': [{'name': 'Garcia, Maxime Ulysse',
'affiliation': 'Seqera, Barcelona'},
{'name': 'Hanssen, Friederike',
Expand Down

0 comments on commit a34d2cb

Please sign in to comment.