From 3019c0d4d5bd1dadfff555bf046a9caf56b2fce0 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Mon, 31 Aug 2026 11:41:27 +0000 Subject: [PATCH] [automated] Update nf-core/tools API docs for dev --- .../src/content/api_reference/dev/api/pipelines/create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/docs/src/content/api_reference/dev/api/pipelines/create.md b/sites/docs/src/content/api_reference/dev/api/pipelines/create.md index f8965cc037..cf7b6725a2 100644 --- a/sites/docs/src/content/api_reference/dev/api/pipelines/create.md +++ b/sites/docs/src/content/api_reference/dev/api/pipelines/create.md @@ -2,7 +2,7 @@ A Textual app to create a pipeline. -### _`class{:python}`_`nf_core.pipelines.create.PipelineCreateApp(driver_class: Type[Driver] | None = None, css_path: str | PurePath | List[str | PurePath] | None = None, watch_css: bool = False, ansi_color: bool = False){:python}` +### _`class{:python}`_`nf_core.pipelines.create.PipelineCreateApp(driver_class: Type[Driver] | None = None, css_path: str | PurePath | List[str | PurePath] | None = None, watch_css: bool = False, ansi_color: bool | None = None){:python}` Bases: `App`\[`CreateConfig`] @@ -58,7 +58,7 @@ See also \[the Screen.TITLE attribute]\[textual.screen.Screen.TITLE]. #### `_merged_bindings{:python}`_= BindingsMap({'ctrl+q': \[Binding(key='ctrl+q', action='quit', description='Quit', show=False, key\_display=None, priority=True, tooltip='Quit the app and return to the command prompt.', id=None, system=False, group=None)], 'ctrl+c': \[Binding(key='ctrl+c', action='help\_quit', description='', show=False, key\_display=None, priority=False, tooltip='', id=None, system=True, group=None)], 'd': \[Binding(key='d', action='toggle\_dark', description='Toggle dark mode', show=True, key\_display=None, priority=False, tooltip='', id=None, system=False, group=None)], 'q': \[Binding(key='q', action='quit', description='Quit', show=True, key\_display=None, priority=False, tooltip='', id=None, system=False, group=None)], 'a': \[Binding(key='a', action='toggle\_all', description='Toggle all', show=True, key\_display=None, priority=False, tooltip='', id=None, system=False, group=None)]})_ -#### `_reactives{:python}`_= {'ansi\_color': Reactive(False, name='ansi\_color'), 'ansi\_theme\_dark': Reactive(\, name='ansi\_theme\_dark'), 'ansi\_theme\_light': Reactive(\, name='ansi\_theme\_light'), 'app\_focus': Reactive(True, compute=False, name='app\_focus'), 'sub\_title': Reactive('', compute=False, name='sub\_title'), 'theme': Reactive('textual-dark', name='theme'), 'title': Reactive('', compute=False, name='title')}_ +#### `_reactives{:python}`_= {'ansi\_color': Reactive(None, name='ansi\_color'), 'ansi\_theme\_dark': Reactive(\, name='ansi\_theme\_dark'), 'ansi\_theme\_light': Reactive(\, name='ansi\_theme\_light'), 'app\_focus': Reactive(True, compute=False, name='app\_focus'), 'sub\_title': Reactive('', compute=False, name='sub\_title'), 'theme': Reactive('textual-dark', name='theme'), 'title': Reactive('', compute=False, name='title')}_ #### `action_toggle_all() → None{:python}`