Skip to content

Commit 9a85e22

Browse files
committed
[automated] Update nf-core/tools API docs for dev
1 parent 1091e00 commit 9a85e22

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sites/docs/src/content/api_reference/dev/api/pipelines/sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Whether to try to automatically make a PR on GitHub.com
5454

5555
#### `required_config_vars{:python}`
5656

57-
List of nextflow variables required to make template pipeline
57+
Nextflow config variables required to make template pipeline, keyed by section
5858

5959
- **Type:**
60-
list
60+
dict
6161

6262
#### `gh_username{:python}`
6363

sites/docs/src/content/api_reference/dev/api/utils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Class to provide a single session for interacting with the GitHub API for a run.
1010
Inherits the requests_cache.CachedSession and adds additional functionality,
1111
such as automatically setting up GitHub authentication if we can.
1212

13-
#### `get(url, **kwargs){:python}`
13+
#### `get(url, params=None, **kwargs){:python}`
1414

1515
Initialise the session if we haven’t already, then call the superclass get method.
1616

@@ -473,7 +473,7 @@ Validator for file path specified as –singularity-cache-index argument in nf-c
473473

474474
#### `_abc_impl{:python}`_= <\_abc.\_abc_data object>_
475475

476-
#### `validate(value){:python}`
476+
#### `validate(document) → None{:python}`
477477

478478
Validate the input.
479479
If invalid, this should raise a `ValidationError`.

0 commit comments

Comments
 (0)