We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6807e5c commit f10980bCopy full SHA for f10980b
1 file changed
main.nf
@@ -229,7 +229,7 @@ if( params.bt2_index && params.mapper == 'bowtie2' ){
229
230
// Adapter removal adapter-list setup
231
if ( !params.clip_adapters_list ) {
232
- ch_adapterlist = Channel.fromPath("$projectDir/assets/nf-core_eager_dummy.txt")
+ ch_adapterlist = Channel.fromPath("$projectDir/assets/nf-core_eager_dummy2.txt")
233
} else {
234
ch_adapterlist = Channel.fromPath(params.clip_adapters_list, checkIfExists: true)
235
}
0 commit comments