Skip to content

Commit 7331f22

Browse files
authored
Merge pull request #160 from apeltzer/dev
Remove if clause here
2 parents e83fcf9 + 48075bf commit 7331f22

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

nextflow.config

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ params {
4444
custom_config_version = 'master'
4545
}
4646

47-
if(params.skip_adapterremoval){
48-
process {
49-
withName: adapter_removal{
50-
executor = 'local'
51-
}
52-
}
53-
}
5447

5548
// Load base.config by default for all pipelines
5649
includeConfig 'conf/base.config'

0 commit comments

Comments
 (0)