Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test replicates #486

Merged
merged 6 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
- 🔧 reorg individual configs to `conf/modules/` named configs [#459](https://github.com/nf-core/methylseq/pull/469)
- 🔧 `run_preseq` param + skip preseq/lcextrap module by default [#458](https://github.com/nf-core/methylseq/pull/470)
- 🔧 `run_qualimap` param + skip qualimap module by default [#367](https://github.com/nf-core/methylseq/pull/471)
- 🔧 Raised Nextflow version requirement to `24.10.2`
- 🔧 Raised Nextflow version requirement to `24.10.2` in CI
sateeshperi marked this conversation as resolved.
Show resolved Hide resolved
- 🔧 Update the CI for pipeline-level bwameth GPU Tests [#481](https://github.com/nf-core/methylseq/pull/478)
- 🔧 Update the CI for pipeline-level bwameth GPU Tests [#477](https://github.com/nf-core/methylseq/pull/486)

## [v2.7.1](https://github.com/nf-core/methylseq/releases/tag/2.7.1) - [2024-10-27]

Expand Down
5 changes: 5 additions & 0 deletions assets/samplesheet_replicates.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sample,fastq_1,fastq_2,genome
SRR389222,https://github.com/nf-core/test-datasets/raw/methylseq/testdata/SRR389222_sub1.fastq.gz,,
SRR389222,https://github.com/nf-core/test-datasets/raw/methylseq/testdata/SRR389222_sub2.fastq.gz,,
SRR389222,https://github.com/nf-core/test-datasets/raw/methylseq/testdata/SRR389222_sub3.fastq.gz,,
Ecoli_10K_methylated,https://github.com/nf-core/test-datasets/raw/methylseq/testdata/Ecoli_10K_methylated_R1.fastq.gz,https://github.com/nf-core/test-datasets/raw/methylseq/testdata/Ecoli_10K_methylated_R2.fastq.gz,
8 changes: 4 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"bwameth/align": {
"branch": "master",
"git_sha": "dfd89399e3c6e2422c4cdcf0aaa8cf2393dc51c9",
"git_sha": "2edb63067971fb906749e96bf22b23a4ec892a62",
"installed_by": ["fastq_align_dedup_bwameth", "modules"]
},
"bwameth/index": {
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"parabricks/fq2bammeth": {
"branch": "master",
"git_sha": "3a897454edabb27d21debfec644e40f7bcfa4c43",
"git_sha": "2edb63067971fb906749e96bf22b23a4ec892a62",
"installed_by": ["fastq_align_dedup_bwameth"]
},
"picard/markduplicates": {
Expand Down Expand Up @@ -132,7 +132,7 @@
},
"trimgalore": {
"branch": "master",
"git_sha": "8c5eeedd45e295fc9a4f164631da6a8b37e6b9c6",
"git_sha": "4c2d06a5e79abf08ba7f04c58e39c7dad75f094d",
"installed_by": ["modules"]
},
"untar": {
Expand Down Expand Up @@ -166,7 +166,7 @@
},
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "9a1e8bb6a5d205cf7807dcefca872a3314b2f3e6",
"git_sha": "51ae5406a030d4da1e49e4dab49756844fdd6c7a",
"installed_by": ["subworkflows"]
},
"utils_nfschema_plugin": {
Expand Down
1 change: 0 additions & 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.

14 changes: 8 additions & 6 deletions modules/nf-core/parabricks/fq2bammeth/main.nf

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

9 changes: 4 additions & 5 deletions modules/nf-core/parabricks/fq2bammeth/tests/main.nf.test

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

32 changes: 16 additions & 16 deletions modules/nf-core/parabricks/fq2bammeth/tests/main.nf.test.snap

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/trimgalore/environment.yml

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

49 changes: 30 additions & 19 deletions modules/nf-core/trimgalore/main.nf

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

Loading
Loading