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