Skip to content

Commit

Permalink
update multiqc_config during version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored and mirpedrol committed Jun 5, 2023
1 parent b2c92f1 commit db4774a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nf_core/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ def bump_pipeline_version(pipeline_obj, new_version):
)
],
)
# multiqc_config.yaml
update_file_version(
"multiqc_config.yaml",
pipeline_obj,
[
(
rf"version\s*=\s*[\'\"]?{re.escape(current_version)}[\'\"]?",
f"version = '{new_version}'",
)
],
)


def bump_nextflow_version(pipeline_obj, new_version):
Expand Down

0 comments on commit db4774a

Please sign in to comment.