Skip to content

Commit

Permalink
run prettier on pipeline_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jun 20, 2023
1 parent a32fd94 commit 56ca280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nf_core/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def render_template(self):
if self.template_yaml:
with open(self.outdir / "pipeline_template.yml", "w") as fh:
yaml.safe_dump(self.template_yaml, fh)
run_prettier_on_file(self.outdir / "pipeline_template.yml")

def update_nextflow_schema(self):
"""
Expand Down

0 comments on commit 56ca280

Please sign in to comment.