Skip to content

Commit

Permalink
returned pubish dir option
Browse files Browse the repository at this point in the history
  • Loading branch information
Claptar committed Nov 21, 2024
1 parent 53b704d commit 9a3977e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params {
index_format = "i*i*"

// process params
output_dir = "results"
publish_dir = "results"
publish_mode = 'copy'
container = '/nfs/cellgeni/singularity/images/samtools_v1.18-biobambam2_v2.0.183.sif'

Expand Down Expand Up @@ -77,5 +77,5 @@ report {
}

// Unscoped options
outputDir = params.output_dir
outputDir = params.publish_dir
cleanup = true

0 comments on commit 9a3977e

Please sign in to comment.