Skip to content

Commit e62b503

Browse files
committed
local executor for skipping AR process
1 parent 2bef839 commit e62b503

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nextflow.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ params {
3838
custom_config_version = 'master'
3939
}
4040

41+
if(params.skip_adapterremoval){
42+
process {
43+
withName: adapter_removal{
44+
executor = 'local'
45+
}
46+
}
47+
}
48+
4149
// Load base.config by default for all pipelines
4250
includeConfig 'conf/base.config'
4351

0 commit comments

Comments
 (0)