File tree Expand file tree Collapse file tree
sites/docs/src/content/api_reference/dev/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Class to provide a single session for interacting with the GitHub API for a run.
1010Inherits the requests_cache.CachedSession and adds additional functionality,
1111such as automatically setting up GitHub authentication if we can.
1212
13- #### ` get(url, **kwargs){:python} `
13+ #### ` get(url, params=None, **kwargs){:python} `
1414
1515Initialise 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
478478Validate the input.
479479If invalid, this should raise a `ValidationError`.
You can’t perform that action at this time.
0 commit comments