Skip to content

Commit

Permalink
add lines to avoid saving versions.yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Feb 23, 2024
1 parent 73ba7eb commit 5a036f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/QualityAssessment/quast.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ includeConfig 'conf/base.config'
// fix type of variable expected
params.hybrid_strategy = params.hybrid_strategy.toString()

// not save version by default
process { publishDir = [ saveAs: { filename -> filename.equals('versions.yml') ? null : filename } ] }


// Nextflow management
params {
Expand Down

0 comments on commit 5a036f5

Please sign in to comment.