Skip to content

Commit

Permalink
Merge branch 'dev' into modules-remove-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
awgymer authored Apr 25, 2023
2 parents 0fbae24 + e2ef749 commit 76a482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def create_param_dict(self, name, description, author, version, template_yaml_pa
and "nextflow_config" in config_yml["lint"]
and "manifest.name" in config_yml["lint"]["nextflow_config"]
):
return param_dict, skip_paths
return param_dict, skip_paths, template_yaml
if param_dict["prefix"] == "nf-core":
# Check that the pipeline name matches the requirements
if not re.match(r"^[a-z]+$", param_dict["short_name"]):
Expand Down

0 comments on commit 76a482a

Please sign in to comment.