Skip to content

Commit

Permalink
update Wipertools version in CHANGELOG.md and comment out memory sett…
Browse files Browse the repository at this point in the history
…ing in modules.config
  • Loading branch information
mazzalab committed Feb 2, 2025
1 parent 391c2a3 commit 84fb24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Deprecated
| `BBmap` | | 39.13 |
| `FastQC` | | 0.12.1 |
| `gzrt` | | 0.9.1 |
| `Wipertools` | | 1.1.4 |
| `Wipertools` | | 1.1.5 |
| `MultiQC` | | 1.26 |

> **NB:** Dependency has been **updated** if both old and new version information is present.
Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ process {
}

withName: 'FASTQC' {
memory = 8.GB // to be included during development and commented out before release
// memory = 8.GB // to be included during development and commented out before release
ext.args = '--quiet'
publishDir = [
path: { "${params.outdir}/QC/fastqc" },
Expand Down

0 comments on commit 84fb24b

Please sign in to comment.