-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathseqerakit-e2e.yml
194 lines (194 loc) · 6.72 KB
/
seqerakit-e2e.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
organizations:
- name: 'seqerakit-e2e'
full-name: 'seqerakit-e2e'
description: 'Organization created E2E with seqerakit CLI scripting'
location: 'Global'
website: 'https://seqera.io/'
overwrite: True
teams:
- name: 'scidev_team'
organization: 'seqerakit-e2e'
description: 'Scientific Development team @ Seqera Labs'
members:
overwrite: True
workspaces:
- name: 'showcase'
full-name: 'showcase'
organization: 'seqerakit-e2e'
description: 'Workspace created E2E with seqerakit CLI scripting'
visibility: 'PRIVATE'
overwrite: True
participants:
- name: 'scidev_team'
type: 'TEAM'
workspace: 'seqerakit-e2e/showcase'
role: 'ADMIN'
overwrite: True
- name: '[email protected]'
type: 'MEMBER'
workspace: 'seqerakit-e2e/showcase'
role: 'LAUNCH'
overwrite: True
credentials:
- type: 'github'
name: 'github_credentials'
workspace: 'seqerakit-e2e/showcase'
username: 'ejseqera'
password: '$TOWER_GITHUB_PASSWORD'
overwrite: True
- type: 'container-reg'
name: 'dockerhub_credentials'
workspace: 'seqerakit-e2e/showcase'
username: 'eshajoshi'
password: '$DOCKERHUB_PASSWORD'
registry: 'docker.io'
overwrite: True
- type: 'aws'
name: 'aws_credentials'
workspace: 'seqerakit-e2e/showcase'
access-key: '$AWS_ACCESS_KEY_ID'
secret-key: '$AWS_SECRET_ACCESS_KEY'
assume-role-arn: '$AWS_ASSUME_ROLE_ARN'
overwrite: True
- type: 'azure'
name: 'azure_credentials'
workspace: 'seqerakit-e2e/showcase'
batch-key: '$AZURE_BATCH_KEY'
batch-name: 'seqeralabs'
storage-key: '$AZURE_STORAGE_KEY'
storage-name: 'seqeralabs'
overwrite: True
- type: 'google'
name: 'google_credentials'
workspace: 'seqerakit-e2e/showcase'
key: '$GOOGLE_KEY'
overwrite: True
secrets:
- name: 'SENTIEON_LICENSE_BASE64'
workspace: 'seqerakit-e2e/showcase'
value: '$SENTIEON_LICENSE_BASE64'
overwrite: True
compute-envs:
- type: aws-batch
config-mode: forge
name: "aws_ireland_fusionv2_nvme"
workspace: "seqerakit-e2e/showcase"
credentials: "aws_credentials"
region: "eu-west-1"
work-dir: "s3://seqeralabs-showcase"
provisioning-model: SPOT
fusion-v2: True
wave: True
fast-storage: True
instance-types: "r6id,c6id,m6id"
no-ebs-auto-scale: True
max-cpus: 500
wait: AVAILABLE
overwrite: True
- name: 'seqera_azure_virginia'
workspace: 'seqerakit-e2e/showcase'
credentials: 'azure_credentials'
wait: 'AVAILABLE'
file-path: './examples/yaml/compute-envs/seqera_azure_virginia.json'
overwrite: True
- name: 'seqera_gcp_finland'
workspace: 'seqerakit-e2e/showcase'
credentials: 'google_credentials'
wait: 'AVAILABLE'
file-path: './examples/yaml/compute-envs/seqera_gcp_finland.json'
overwrite: True
datasets:
- name: 'rnaseq_samples'
description: 'Samplesheet to run the nf-core/rnaseq pipeline from end-to-end'
header: true
workspace: 'seqerakit-e2e/showcase'
file-path: './examples/yaml/datasets/rnaseq_samples.csv'
overwrite: True
- name: 'sarek_samples'
description: 'Samplesheet to run the nf-core/sarek pipeline from end-to-end'
header: true
workspace: 'seqerakit-e2e/showcase'
file-path: './examples/yaml/datasets/sarek_samples.csv'
overwrite: True
- name: 'viralrecon_illumina_samples'
description: 'Samplesheet to run the nf-core/viralrecon pipeline from end-to-end with Illumina data'
header: true
workspace: 'seqerakit-e2e/showcase'
file-path: './examples/yaml/datasets/viralrecon_illumina_samples.csv'
overwrite: True
- name: 'viralrecon_nanopore_samples'
description: 'Samplesheet to run the nf-core/viralrecon pipeline from end-to-end with Nanopore data'
header: true
workspace: 'seqerakit-e2e/showcase'
file-path: './examples/yaml/datasets/viralrecon_nanopore_samples.csv'
overwrite: True
- name: 'sentieon_samples'
description: 'Samplesheet to run the seqeralabs/nf-sentieon pipeline from end-to-end'
header: true
workspace: 'seqerakit-e2e/showcase'
file-path: './examples/yaml/datasets/sentieon_samples.csv'
overwrite: True
pipelines:
- name: 'nf-core-rnaseq'
url: 'https://github.com/nf-core/rnaseq'
workspace: 'seqerakit-e2e/showcase'
description: 'RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.'
compute-env: 'seqera_aws_virginia_fusionv2_nvme'
work-dir: 's3://seqeralabs-showcase'
profile: 'test'
revision: '3.12.0'
params:
outdir: 's3://seqeralabs-showcase/nf-core-rnaseq/results'
config: './examples/yaml/pipelines/nextflow.config'
pre-run: './examples/yaml/pipelines/pre_run.txt'
overwrite: True
- name: 'nf-core-sarek'
workspace: 'seqerakit-e2e/showcase'
compute-env: 'seqera_azure_virginia'
file-path: './examples/yaml/pipelines/nf-core-sarek_pipeline.json'
overwrite: True
- name: 'nf-core-viralrecon-illumina'
url: 'https://github.com/nf-core/viralrecon'
workspace: 'seqerakit-e2e/showcase'
description: 'Pipeline for assembly and intrahost/low-frequency variant calling for viral samples.'
compute-env: 'seqera_gcp_finland'
work-dir: 'gs://seqeralabs-showcase-eu-north-1'
profile: 'test'
revision: '2.6.0'
params-file: './examples/yaml/pipelines/nf_core_viralrecon_illumina_params.yml'
config: './examples/yaml/pipelines/nextflow.config'
pre-run: './examples/yaml/pipelines/pre_run.txt'
overwrite: True
- name: 'nf-sentieon'
workspace: 'seqerakit-e2e/showcase'
compute-env: 'seqera_aws_virginia_fusionv2_nvme'
file-path: './examples/yaml/pipelines/nf_sentieon_pipeline.json'
overwrite: True
launch:
- name: 'nf-core-rnaseq-launchpad'
workspace: 'seqerakit-e2e/showcase'
pipeline: 'nf-core-rnaseq'
- name: 'nf-core-rnaseq-remote'
workspace: 'seqerakit-e2e/showcase'
pipeline: 'https://github.com/nf-core/rnaseq'
compute-env: 'seqera_azure_virginia'
work-dir: 'az://seqeralabs-showcase'
profile: 'test'
revision: '3.12.0'
params-file: './examples/yaml/pipelines/nf_core_rnaseq_params.yml'
config: './examples/yaml/pipelines/nextflow.config'
pre-run: './examples/yaml/pipelines/pre_run.txt'
- name: 'nf-core-sarek'
workspace: 'seqerakit-e2e/showcase'
pipeline: 'nf-core-sarek'
config: './examples/yaml/pipelines/nextflow.config'
pre-run: './examples/yaml/pipelines/pre_run.txt'
- name: 'nf-core-viralrecon-illumina'
workspace: 'seqerakit-e2e/showcase'
pipeline: 'nf-core-viralrecon-illumina'
- name: 'nf-sentieon'
workspace: 'seqerakit-e2e/showcase'
pipeline: 'nf-sentieon'