Skip to content

Commit

Permalink
Update start.md (#304)
Browse files Browse the repository at this point in the history
* Update start.md

* Update start.md

* Update start.md
  • Loading branch information
JaGeo authored Dec 19, 2024
1 parent 5a647c9 commit 5c231fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/rss/flow/quick_start/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Parameters can be specified either through a YAML configuration file or as direc

> **Recommendation**: This is currently our recommended approach for setting up and managing RSS workflows.
The RSS workflow can be initiated using a custom YAML configuration file. A comprehensive list of parameters, including default settings and modifiable options, is available in `autoplex/auto/rss/rss_default_configuration.yaml`. When creating a new YAML file, any specified keys will override the corresponding default values. To start a new workflow, pass the path to your YAML file as the `config_file` argument in the `make` method.
The RSS workflow can be initiated using a custom YAML configuration file. A comprehensive list of parameters, including default settings and modifiable options, is available in `autoplex/auto/rss/rss_default_configuration.yaml`. When creating a new YAML file, any specified keys will override the corresponding default values. To start a new workflow, pass the path to your YAML file as the `config_file` argument in the `make` method. If you are using remote submission via jobflow-remote, please be aware that the configuration file has to be placed on the remote cluster and the file path has to reflect this as well (i.e., it is a path on the remote cluster).

```python
from autoplex.auto.rss.flows import RssMaker
Expand Down

0 comments on commit 5c231fb

Please sign in to comment.