comparison 0.5.0/conf/logtheseparams.config @ 1:365849f031fd

"planemo upload"
author kkonganti
date Mon, 05 Jun 2023 18:48:51 -0400
parents
children
comparison
equal deleted inserted replaced
0:a4b1ee4b68b1 1:365849f031fd
1 params {
2 logtheseparams = [
3 "${params.metadata}" ? 'metadata' : null,
4 "${params.input}" ? 'input' : null,
5 "${params.output}" ? 'output' : null,
6 "${params.fq_suffix}" ? 'fq_suffix' : null,
7 "${params.fq2_suffix}" ? 'fq2_suffix' : null,
8 "${params.fq_strandedness}" ? 'fq_strandedness' : null,
9 "${params.fq_single_end}" ? 'fq_single_end' : null,
10 "${params.fq_filter_by_len}" ? 'fq_filter_by_len' : null,
11 "${params.fq_filename_delim}" ? 'fq_filename_delim' : null,
12 "${params.fq_filename_delim_idx}" ? 'fq_filename_delim_idx' : null,
13 'enable_conda',
14 'enable_module',
15 'max_cpus'
16 ]
17 }