Skip to content

Commit d5d5e23

Browse files
committed
fix linting
1 parent a1b019b commit d5d5e23

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

nextflow.config

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,11 @@ profiles {
171171
apptainer.runOptions = '--nv'
172172
singularity.runOptions = '--nv'
173173
}
174-
test { includeConfig 'conf/test.config' }
175-
test_vep { includeConfig 'conf/test_vep.config' }
174+
test { includeConfig 'conf/test.config' }
176175
}
177176

178177
// Load qbic-pipelines/vcftomaf custom profiles from different institutions.
179-
includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/pipeline/vcftomaf.config" : "/dev/null"
178+
// includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/pipeline/vcftomaf.config" : "/dev/null"
180179

181180
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
182181
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
@@ -260,7 +259,7 @@ manifest {
260259
github: '@famosab',
261260
contribution: ['maintainer'],
262261
orcid: '0000-0003-1387-0251'
263-
],
262+
]
264263
]
265264
homePage = 'https://github.com/qbic-pipelines/vcftomaf'
266265
description = """Convert vcf files to maf format"""

0 commit comments

Comments
 (0)