Skip to content

Commit

Permalink
Update nf_core/components/create.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Dec 3, 2024
1 parent fa2750a commit bd9608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/components/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def _get_module_structure_components(self):
"Where applicable all sample-specific information e.g. 'id', 'single_end', 'read_group' "
"MUST be provided as an input via a Groovy Map called 'meta'. "
"This information may [italic]not[/] be required in some instances, for example "
"[link=https://github.com/nf-core/modules/blob/main/modules/nf-core/bwa/index/main.nf]indexing reference genome files[/link]."
"[link=https://github.com/nf-core/modules/blob/master/modules/nf-core/bwa/index/main.nf]indexing reference genome files[/link]."
)
while self.has_meta is None:
self.has_meta = rich.prompt.Confirm.ask(
Expand Down

0 comments on commit bd9608d

Please sign in to comment.