Skip to content

Commit

Permalink
Remove unused stub args variable to satisfy langauge server
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Jan 17, 2025
1 parent e6402db commit 9218227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nf_core/module-template/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ process {{ component_name_underscore|upper }} {
"""

stub:
def args = task.ext.args ?: ''
{% if has_meta -%}
def prefix = task.ext.prefix ?: "${meta.id}"
{%- endif %}
Expand Down

0 comments on commit 9218227

Please sign in to comment.