|
| 1 | +# name: <workflow_system_name> # will use GitHub repository name if not provided |
| 2 | +name: Cylc |
| 3 | + |
| 4 | +# icon: <url_to_workflow_system_logo> # will use GitHub organization icon if not provided |
| 5 | + |
| 6 | +# headline: <brief_description> # will use GitHub repository description if not provided |
| 7 | +headline: A general purpose workflow engine with a particular gift for cycling. |
| 8 | + |
| 9 | +# description: <long_description> # will use GitHub repository description if not provided |
| 10 | +description: Cylc is a decentralised, distributed, DAG/DCG workflow scheduler. |
| 11 | + |
| 12 | +# language: <workflow_system_language> # will attempt to fetch GitHub repository main language if not provided |
| 13 | +language: Python |
| 14 | + |
| 15 | +# release: # will attempt to fetch latest release from GitHub repository if not provided |
| 16 | +# version: <release_name> |
| 17 | +# date: <release_date> # format: YYYY-MM-DD |
| 18 | +# url: <release_url> |
| 19 | + |
| 20 | +# documentation: # nothing will be used if not provided |
| 21 | +# general: <documentation_url> |
| 22 | +# installation: <installation_url> |
| 23 | +# tutorial: <tutorial_url> |
| 24 | +documentation: |
| 25 | + general: https://cylc.github.io/cylc-doc/stable/html/index.html |
| 26 | + installation: https://cylc.github.io/cylc-doc/stable/html/installation.html |
| 27 | + tutorial: https://cylc.github.io/cylc-doc/stable/html/tutorial/index.html |
| 28 | + |
| 29 | +# social: # nothing will be used if not provided |
| 30 | +# twitter: <twitter_name> |
| 31 | +# youtube: <youtube_channel_url> |
| 32 | + |
| 33 | +# execution_environment: # nothing will be used if not provided |
| 34 | +# interfaces: # list of interfaces |
| 35 | +# - <interface_1> |
| 36 | +# - <interface_2> |
| 37 | + |
| 38 | +# resource_managers: # list of supported resource managers |
| 39 | +# - <resource_manager_1> |
| 40 | +# - <resource_manager_2> |
| 41 | +resource_managers: # list of supported resource managers |
| 42 | + - PBS |
| 43 | + - Slurm |
| 44 | + - Moab |
| 45 | + - LSF |
| 46 | + - atd |
| 47 | + - background |
| 48 | + |
| 49 | +# transfer_protocols: # list of supported transfer protocols |
| 50 | +# - <transfer_protocol_1> |
| 51 | +# - <transfer_protocol_2> |
0 commit comments