Skip to content

Commit 545dd54

Browse files
nvnieuwkmatthdsm
andauthored
fix mosdepth env issue on gcp (#166)
* fix mosdepth env issue on gcp * fix tests * bump tests * bump mosdepth * bump nf-test * add csi index to unstable keys * update changelog * revert nf-test bump * update snaps --------- Co-authored-by: Matthias De Smet <11850640+matthdsm@users.noreply.github.com>
1 parent 88624a0 commit 545dd54

16 files changed

Lines changed: 420 additions & 250 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## 3.0.1dev
7+
8+
- Fix an issue with `mosdepth` environment variables not being correctly set on GCP
9+
- Bump `mosdepth` module to 0.3.14
10+
611
## 3.0.0
712

813
- Add `MultiQC-SAV` module for Illumina Run QC reports

conf/modules.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,6 @@ process {
297297
}
298298

299299
env {
300-
// Add env variables for MOSDEPTH
301-
MOSDEPTH_Q0 = 'NO_COVERAGE'
302-
MOSDEPTH_Q1 = 'LOW_COVERAGE'
303-
MOSDEPTH_Q2 = 'CALLABLE'
304-
305300
// Set TMPDIR for all modules
306301
TMPDIR = "\$PWD"
307302
}

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"mosdepth": {
6464
"branch": "master",
65-
"git_sha": "6832b69ef7f98c54876d6436360b6b945370c615",
65+
"git_sha": "999b9db1d6b8bdc591e1168e183f4cc87d6606f9",
6666
"installed_by": ["modules"],
6767
"patch": "modules/nf-core/mosdepth/mosdepth.diff"
6868
},

modules/nf-core/mosdepth/environment.yml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/mosdepth/main.nf

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/mosdepth/meta.yml

Lines changed: 35 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/mosdepth/mosdepth.diff

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/mosdepth/tests/main.nf.test

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)