Skip to content

Commit

Permalink
Merge pull request #371 from krokicki/fix_stack_overflow
Browse files Browse the repository at this point in the history
Fix stack overflow
  • Loading branch information
JoseEspinosa authored Nov 22, 2023
2 parents 42b50c3 + 0bb54eb commit 9eee551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#343](https://github.com/nf-core/chipseq/issues/343)] - Provide replicate information explicitly in samplesheet.
- Updated pipeline template to [nf-core/tools 2.10](https://github.com/nf-core/tools/releases/tag/2.10).
- [[#367](https://github.com/nf-core/chipseq/issues/367)] - Get rid of `CheckIfExists` for params paths.
- [[#370](https://github.com/nf-core/chipseq/issues/370)] - Fix stack overflow exceptions in phantompeakqualtools ([see here](https://github.com/kundajelab/phantompeakqualtools/issues/3)).

### Software dependencies

Expand Down
1 change: 1 addition & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ process {
}

withName: 'PHANTOMPEAKQUALTOOLS' {
ext.args = { "--max-ppsize=500000" }
ext.args2 = { "-p=$task.cpus" }
publishDir = [
path: { "${params.outdir}/${params.aligner}/merged_library/phantompeakqualtools" },
Expand Down

0 comments on commit 9eee551

Please sign in to comment.