Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cheshire committed Oct 21, 2023
1 parent 5b11de1 commit 169679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if(params.run_read_filter) {
if (params.mito_name == null && params.genome == null){
ext.args2 = ''
} else if (params.mito_name == null) {
ext.args2 = { params.remove_mitochondrial_reads ? "-e 'rname != \"${params.genomes[ params.genome ][ "mito_name"]}\"'" : '' }
ext.args2 = { params.remove_mitochondrial_reads ? "-e 'rname != \"${params.genomes[params.genome]["mito_name"]}\"'" : '' }
} else {
ext.args2 = { params.remove_mitochondrial_reads ? "-e 'rname != \"${params.mito_name}\"'" : '' }
}
Expand Down

0 comments on commit 169679f

Please sign in to comment.