-
Notifications
You must be signed in to change notification settings - Fork 651
/
Copy path.wci.yml
53 lines (46 loc) · 1.31 KB
/
.wci.yml
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
52
---
# Metadata parsed by the workflow community initiative, https://workflows.community/systems
# Registered at https://github.com/workflowscommunity/workflowscommunity.github.io/blob/main/_data/workflow_systems.yml
name: Nextflow
headline: A DSL for data-driven computational pipelines
description: |
Nextflow is an open-source workflow orchestrator that simplifies writing and deploying containerised data pipelines in a portable and scalable manner. It supports deploying workflows on a variety of execution platforms including local computers, HPC batch schedulers, Kubernetes and cloud platforms such as AWS, Azure and Google Cloud.
language: Groovy
documentation:
general: http://docs.nextflow.io
installation: https://www.nextflow.io/docs/latest/getstarted.html
tutorial: https://training.nextflow.io
social:
twitter: nextflowio
youtube: https://www.youtube.com/c/Nextflow
execution_environment:
interfaces:
- GitHub
- GitLab
- BitBucket
resource_managers:
- Slurm
- LSF
- PBS/Torque
- PBS Pro
- SGE
- Moab
- HTCondor
- Bridge
- HyperQueue
- GLS
- NQSII
- OAR
- Local
- AWS
- GCP
- Azure
- Kubernetes
transfer_protocols:
- HTTP
- HTTPS
- FTP
- Amazon S3
- Google Storage
- Azure Storage
- Git+HTTPS