Skip to content

Commit

Permalink
Add 'StableLift-${manifest.version}' to output_dir_base
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Aug 6, 2024
1 parent eb8983a commit 5f27a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/methods.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ methods {
set_output_dir = {
def date = new Date().format("yyyyMMdd'T'HHmmss'Z'", TimeZone.getTimeZone('UTC'))

params.output_dir_base = "${params.output_dir}/${manifest.name}-${manifest.version}/${params.sample_id.replace(' ', '_')}"
params.output_dir_base = "${params.output_dir}/${manifest.name}-${manifest.version}/${params.sample_id.replace(' ', '_')}/StableLift-${manifest.version}"
params.log_output_dir = "${params.output_dir_base}/log-${manifest.name}-${manifest.version}-${date}"
}

Expand Down

0 comments on commit 5f27a63

Please sign in to comment.