Skip to content

Commit

Permalink
Merge pull request #717 from zhan4429/tufts
Browse files Browse the repository at this point in the history
Enable cleanup and trace overwrite in tufts profile
  • Loading branch information
zhan4429 authored Jul 17, 2024
2 parents 5d41dd0 + df8d65f commit e53bf51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions conf/tufts.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,18 @@ singularity {
enabled = true
autoMounts = true
}

// Perform work directory cleanup when the run has succesfully completed
trace {
trace.overwrite = true
enabled = true
}

// On a successful completion of a Nextflow run, automatically delete all intermediate files stored in the work/ directory
cleanup = true

// Allows to override the default cleanup = true behaviour for debugging
debug {
cleanup = false
}

0 comments on commit e53bf51

Please sign in to comment.