Skip to content

Commit f10980b

Browse files
committed
Fix file collison when not using adapaterlist on single-end data
1 parent 6807e5c commit f10980b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ if( params.bt2_index && params.mapper == 'bowtie2' ){
229229

230230
// Adapter removal adapter-list setup
231231
if ( !params.clip_adapters_list ) {
232-
ch_adapterlist = Channel.fromPath("$projectDir/assets/nf-core_eager_dummy.txt")
232+
ch_adapterlist = Channel.fromPath("$projectDir/assets/nf-core_eager_dummy2.txt")
233233
} else {
234234
ch_adapterlist = Channel.fromPath(params.clip_adapters_list, checkIfExists: true)
235235
}

0 commit comments

Comments
 (0)