Skip to content
Snippets Groups Projects
Commit 636979bd authored by Jules Sabban's avatar Jules Sabban
Browse files

Change way to build the params.outdir_prefix

	Ref: #82
parent 2253e27e
No related branches found
No related tags found
1 merge request!14Change way to build the params.outdir_prefix
Pipeline #124033 failed
......@@ -108,7 +108,7 @@ params {
// Dynamics params, depend on others
samplesheet = inputdir.toString() + "/SampleSheet.csv"
nf_uniqueness = uniqueness_format.format(new Date())
if (outdir_prefix == "") {outdir_prefix = project + "_" + run_name}
outdir_prefix = outdir_prefix ?: project + "_" + run_name
outdir = inputdir + "/nextflow/" + outdir_prefix + "_" + nf_uniqueness
subset_seq = miseq_subset_seq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment