Skip to content

Commit

Permalink
Merge pull request #432 from sateeshperi/dev
Browse files Browse the repository at this point in the history
 @sateeshperi fix bismark, bwameth align modules * other module updates + update snaps
  • Loading branch information
sateeshperi authored Oct 21, 2024
2 parents c9729e4 + a04271d commit 0f930ac
Show file tree
Hide file tree
Showing 45 changed files with 485 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
--shard ${{ matrix.shard }}/${{ strategy.job-total }} \
--changed-since HEAD^ \
--profile "+${{ matrix.profile }}" \
--filter pipeline
--filter pipeline,workflow
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
Expand Down
18 changes: 9 additions & 9 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"nf-core": {
"bismark/align": {
"branch": "master",
"git_sha": "0755c617637d21b2c290b26d225debe3070aa109",
"git_sha": "9c4438173b1fcbf3f9004080e3af74af19d5f56e",
"installed_by": ["modules"]
},
"bismark/coverage2cytosine": {
"branch": "master",
"git_sha": "0755c617637d21b2c290b26d225debe3070aa109",
"git_sha": "430bcb24e43dabcafb5174c955300730e5ad23f7",
"installed_by": ["modules"]
},
"bismark/deduplicate": {
Expand All @@ -22,7 +22,7 @@
},
"bismark/genomepreparation": {
"branch": "master",
"git_sha": "0755c617637d21b2c290b26d225debe3070aa109",
"git_sha": "3ab4739901f600a16ede0f491abfb6bf5d993cb2",
"installed_by": ["modules"]
},
"bismark/methylationextractor": {
Expand All @@ -42,17 +42,17 @@
},
"bwameth/align": {
"branch": "master",
"git_sha": "aa2f43221437b20cd204fb7ddbc7302fe859780f",
"git_sha": "9c4438173b1fcbf3f9004080e3af74af19d5f56e",
"installed_by": ["modules"]
},
"bwameth/index": {
"branch": "master",
"git_sha": "aa2f43221437b20cd204fb7ddbc7302fe859780f",
"git_sha": "a716d10039f9728f2674f45c33a95b605851ea50",
"installed_by": ["modules"]
},
"cat/fastq": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "a1abf90966a2a4016d3c3e41e228bfcbd4811ccc",
"installed_by": ["modules"]
},
"fastqc": {
Expand Down Expand Up @@ -82,12 +82,12 @@
},
"picard/markduplicates": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "49f4e50534fe4b64101e62ea41d5dc43b1324358",
"installed_by": ["modules"]
},
"preseq/lcextrap": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "a1abf90966a2a4016d3c3e41e228bfcbd4811ccc",
"installed_by": ["modules"]
},
"qualimap/bamqc": {
Expand Down Expand Up @@ -127,7 +127,7 @@
},
"trimgalore": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "49f4e50534fe4b64101e62ea41d5dc43b1324358",
"installed_by": ["modules"]
},
"untar": {
Expand Down
4 changes: 3 additions & 1 deletion modules/nf-core/bismark/align/main.nf

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

19 changes: 9 additions & 10 deletions modules/nf-core/bismark/align/tests/main.nf.test

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

4 changes: 3 additions & 1 deletion modules/nf-core/bismark/coverage2cytosine/main.nf

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

28 changes: 21 additions & 7 deletions modules/nf-core/bismark/genomepreparation/main.nf

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

44 changes: 41 additions & 3 deletions modules/nf-core/bismark/genomepreparation/tests/main.nf.test.snap

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

5 changes: 4 additions & 1 deletion modules/nf-core/bwameth/align/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/bwameth/align/tests/main.nf.test

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

30 changes: 15 additions & 15 deletions modules/nf-core/bwameth/align/tests/main.nf.test.snap

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

20 changes: 13 additions & 7 deletions modules/nf-core/bwameth/index/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/cat/fastq/environment.yml

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

Loading

0 comments on commit 0f930ac

Please sign in to comment.