Skip to content

Commit

Permalink
Merge pull request #2167 from nf-core/maxulysse-patch-2
Browse files Browse the repository at this point in the history
Add dumpHashes in the debug profile
  • Loading branch information
mirpedrol authored Apr 5, 2023
2 parents 27318f1 + 1f30b40 commit d9430ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ try {
{% endif %}

profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }
debug {
dumpHashes = true
process.beforeScript = 'echo $HOSTNAME'
cleanup = false
}
conda {
conda.enabled = true
docker.enabled = false
Expand Down

0 comments on commit d9430ad

Please sign in to comment.