Mercurial > repos > kkonganti > cfsan_bettercallsal
diff 0.5.0/conf/logtheseparams.config @ 1:365849f031fd
"planemo upload"
author | kkonganti |
---|---|
date | Mon, 05 Jun 2023 18:48:51 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/0.5.0/conf/logtheseparams.config Mon Jun 05 18:48:51 2023 -0400 @@ -0,0 +1,17 @@ +params { + logtheseparams = [ + "${params.metadata}" ? 'metadata' : null, + "${params.input}" ? 'input' : null, + "${params.output}" ? 'output' : null, + "${params.fq_suffix}" ? 'fq_suffix' : null, + "${params.fq2_suffix}" ? 'fq2_suffix' : null, + "${params.fq_strandedness}" ? 'fq_strandedness' : null, + "${params.fq_single_end}" ? 'fq_single_end' : null, + "${params.fq_filter_by_len}" ? 'fq_filter_by_len' : null, + "${params.fq_filename_delim}" ? 'fq_filename_delim' : null, + "${params.fq_filename_delim_idx}" ? 'fq_filename_delim_idx' : null, + 'enable_conda', + 'enable_module', + 'max_cpus' + ] +} \ No newline at end of file