We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa504be commit c1676ccCopy full SHA for c1676cc
nextflow.config
@@ -200,9 +200,6 @@ profiles {
200
arm {
201
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
202
}
203
- spark {
204
- docker.runOptions = ''
205
- }
206
singularity {
207
apptainer.enabled = false
208
charliecloud.enabled = false
@@ -289,6 +286,9 @@ profiles {
289
286
test_full_germline_ncbench_agilent {
290
287
includeConfig 'conf/test_full_germline_ncbench_agilent.config'
291
288
+ spark {
+ docker.runOptions = ''
+ }
292
293
// Extra test profiles for more complete CI
294
alignment_to_fastq { includeConfig 'conf/test/alignment_to_fastq.config' }
0 commit comments