@@ -4,7 +4,7 @@ organizations:
4
4
description : ' Organization created E2E with seqerakit CLI scripting'
5
5
location : ' Global'
6
6
website : ' https://seqera.io/'
7
- overwrite : True
7
+ on_exists : overwrite
8
8
teams :
9
9
- name : ' scidev_team'
10
10
organization : ' seqerakit-e2e'
@@ -13,64 +13,64 @@ teams:
13
13
14
14
15
15
16
- overwrite : True
16
+ on_exists : overwrite
17
17
workspaces :
18
18
- name : ' showcase'
19
19
full-name : ' showcase'
20
20
organization : ' seqerakit-e2e'
21
21
description : ' Workspace created E2E with seqerakit CLI scripting'
22
22
visibility : ' PRIVATE'
23
- overwrite : True
23
+ on_exists : overwrite
24
24
participants :
25
25
- name : ' scidev_team'
26
26
type : ' TEAM'
27
27
workspace : ' seqerakit-e2e/showcase'
28
28
role : ' ADMIN'
29
- overwrite : True
29
+ on_exists : overwrite
30
30
31
31
type : ' MEMBER'
32
32
workspace : ' seqerakit-e2e/showcase'
33
33
role : ' LAUNCH'
34
- overwrite : True
34
+ on_exists : overwrite
35
35
credentials :
36
36
- type : ' github'
37
37
name : ' github_credentials'
38
38
workspace : ' seqerakit-e2e/showcase'
39
39
username : ' ejseqera'
40
40
password : ' $TOWER_GITHUB_PASSWORD'
41
- overwrite : True
41
+ on_exists : overwrite
42
42
- type : ' container-reg'
43
43
name : ' dockerhub_credentials'
44
44
workspace : ' seqerakit-e2e/showcase'
45
45
username : ' eshajoshi'
46
46
password : ' $DOCKERHUB_PASSWORD'
47
47
registry : ' docker.io'
48
- overwrite : True
48
+ on_exists : overwrite
49
49
- type : ' aws'
50
50
name : ' aws_credentials'
51
51
workspace : ' seqerakit-e2e/showcase'
52
52
access-key : ' $AWS_ACCESS_KEY_ID'
53
53
secret-key : ' $AWS_SECRET_ACCESS_KEY'
54
54
assume-role-arn : ' $AWS_ASSUME_ROLE_ARN'
55
- overwrite : True
55
+ on_exists : overwrite
56
56
- type : ' azure'
57
57
name : ' azure_credentials'
58
58
workspace : ' seqerakit-e2e/showcase'
59
59
batch-key : ' $AZURE_BATCH_KEY'
60
60
batch-name : ' seqeralabs'
61
61
storage-key : ' $AZURE_STORAGE_KEY'
62
62
storage-name : ' seqeralabs'
63
- overwrite : True
63
+ on_exists : overwrite
64
64
- type : ' google'
65
65
name : ' google_credentials'
66
66
workspace : ' seqerakit-e2e/showcase'
67
67
key : ' $GOOGLE_KEY'
68
- overwrite : True
68
+ on_exists : overwrite
69
69
secrets :
70
70
- name : ' SENTIEON_LICENSE_BASE64'
71
71
workspace : ' seqerakit-e2e/showcase'
72
72
value : ' $SENTIEON_LICENSE_BASE64'
73
- overwrite : True
73
+ on_exists : overwrite
74
74
compute-envs :
75
75
- type : aws-batch
76
76
config-mode : forge
@@ -87,50 +87,50 @@ compute-envs:
87
87
no-ebs-auto-scale : True
88
88
max-cpus : 500
89
89
wait : AVAILABLE
90
- overwrite : True
90
+ on_exists : overwrite
91
91
- name : ' seqera_azure_virginia'
92
92
workspace : ' seqerakit-e2e/showcase'
93
93
credentials : ' azure_credentials'
94
94
wait : ' AVAILABLE'
95
95
file-path : ' ./examples/yaml/compute-envs/seqera_azure_virginia.json'
96
- overwrite : True
96
+ on_exists : overwrite
97
97
- name : ' seqera_gcp_finland'
98
98
workspace : ' seqerakit-e2e/showcase'
99
99
credentials : ' google_credentials'
100
100
wait : ' AVAILABLE'
101
101
file-path : ' ./examples/yaml/compute-envs/seqera_gcp_finland.json'
102
- overwrite : True
102
+ on_exists : overwrite
103
103
datasets :
104
104
- name : ' rnaseq_samples'
105
105
description : ' Samplesheet to run the nf-core/rnaseq pipeline from end-to-end'
106
106
header : true
107
107
workspace : ' seqerakit-e2e/showcase'
108
108
file-path : ' ./examples/yaml/datasets/rnaseq_samples.csv'
109
- overwrite : True
109
+ on_exists : overwrite
110
110
- name : ' sarek_samples'
111
111
description : ' Samplesheet to run the nf-core/sarek pipeline from end-to-end'
112
112
header : true
113
113
workspace : ' seqerakit-e2e/showcase'
114
114
file-path : ' ./examples/yaml/datasets/sarek_samples.csv'
115
- overwrite : True
115
+ on_exists : overwrite
116
116
- name : ' viralrecon_illumina_samples'
117
117
description : ' Samplesheet to run the nf-core/viralrecon pipeline from end-to-end with Illumina data'
118
118
header : true
119
119
workspace : ' seqerakit-e2e/showcase'
120
120
file-path : ' ./examples/yaml/datasets/viralrecon_illumina_samples.csv'
121
- overwrite : True
121
+ on_exists : overwrite
122
122
- name : ' viralrecon_nanopore_samples'
123
123
description : ' Samplesheet to run the nf-core/viralrecon pipeline from end-to-end with Nanopore data'
124
124
header : true
125
125
workspace : ' seqerakit-e2e/showcase'
126
126
file-path : ' ./examples/yaml/datasets/viralrecon_nanopore_samples.csv'
127
- overwrite : True
127
+ on_exists : overwrite
128
128
- name : ' sentieon_samples'
129
129
description : ' Samplesheet to run the seqeralabs/nf-sentieon pipeline from end-to-end'
130
130
header : true
131
131
workspace : ' seqerakit-e2e/showcase'
132
132
file-path : ' ./examples/yaml/datasets/sentieon_samples.csv'
133
- overwrite : True
133
+ on_exists : overwrite
134
134
pipelines :
135
135
- name : ' nf-core-rnaseq'
136
136
url : ' https://github.com/nf-core/rnaseq'
@@ -144,12 +144,12 @@ pipelines:
144
144
outdir : ' s3://seqeralabs-showcase/nf-core-rnaseq/results'
145
145
config : ' ./examples/yaml/pipelines/nextflow.config'
146
146
pre-run : ' ./examples/yaml/pipelines/pre_run.txt'
147
- overwrite : True
147
+ on_exists : overwrite
148
148
- name : ' nf-core-sarek'
149
149
workspace : ' seqerakit-e2e/showcase'
150
150
compute-env : ' seqera_azure_virginia'
151
151
file-path : ' ./examples/yaml/pipelines/nf-core-sarek_pipeline.json'
152
- overwrite : True
152
+ on_exists : overwrite
153
153
- name : ' nf-core-viralrecon-illumina'
154
154
url : ' https://github.com/nf-core/viralrecon'
155
155
workspace : ' seqerakit-e2e/showcase'
@@ -161,12 +161,12 @@ pipelines:
161
161
params-file : ' ./examples/yaml/pipelines/nf_core_viralrecon_illumina_params.yml'
162
162
config : ' ./examples/yaml/pipelines/nextflow.config'
163
163
pre-run : ' ./examples/yaml/pipelines/pre_run.txt'
164
- overwrite : True
164
+ on_exists : overwrite
165
165
- name : ' nf-sentieon'
166
166
workspace : ' seqerakit-e2e/showcase'
167
167
compute-env : ' seqera_aws_virginia_fusionv2_nvme'
168
168
file-path : ' ./examples/yaml/pipelines/nf_sentieon_pipeline.json'
169
- overwrite : True
169
+ on_exists : overwrite
170
170
launch :
171
171
- name : ' nf-core-rnaseq-launchpad'
172
172
workspace : ' seqerakit-e2e/showcase'
0 commit comments