pipelines.chromake.scripts.config.create_example_config
pipelines.chromake.scripts.config.create_example_config(
filename='test_config.yaml',
)Create an example genomake/chromake YAML configuration file.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| filename | str | Filename to use if output is a directory. |
'test_config.yaml' |
Returns
| Name | Type | Description |
|---|---|---|
| str | Path to the written YAML configuration file. |