Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5b1c505
Fix strict syntax errors
bentsherman Mar 19, 2026
72cbec6
Merge branch 'dev' into fix-strict-syntax
TCLamnidis Jul 3, 2026
3e2daa0
update bam_split_by_region, and patch, to avoid refactoring all samto…
TCLamnidis Jul 3, 2026
832800a
Merge remote-tracking branch 'origin/nf-core-template-merge-4.0.2' in…
TCLamnidis Jul 3, 2026
8c5cf68
Revert "Merge remote-tracking branch 'origin/nf-core-template-merge-4…
TCLamnidis Jul 3, 2026
7d39963
update bwa and samtools mpileup to strict syntax. patch samtools view
TCLamnidis Jul 3, 2026
1d654d7
strict syntax
TCLamnidis Jul 3, 2026
b7d9c4b
update version calls for updated modules
TCLamnidis Jul 3, 2026
56d8365
Reapply "Merge remote-tracking branch 'origin/nf-core-template-merge-…
TCLamnidis Jul 3, 2026
4b7b56d
rename local swf to avoid linting errors
TCLamnidis Jul 3, 2026
1db8693
Revert "rename local swf to avoid linting errors"
TCLamnidis Jul 3, 2026
8b49da3
actually fix linting error
TCLamnidis Jul 3, 2026
18718db
readd patch for utils
TCLamnidis Jul 3, 2026
493b8cc
update version calls for updated modules
TCLamnidis Jul 6, 2026
7040a05
revert version channel renames, and comment out lines instead.
TCLamnidis Jul 6, 2026
dccf28e
fix version channel naming
TCLamnidis Jul 6, 2026
f0ca405
rocrate update
TCLamnidis Jul 6, 2026
a6e6edc
use larger runners
TCLamnidis Jul 6, 2026
0967828
partial snapshot update
TCLamnidis Jul 6, 2026
e9ea98d
update test_long snapshot
TCLamnidis Jul 10, 2026
8580d87
give minimum 8gb ram for nf-test jobs (needed for malt). remove stora…
TCLamnidis Jul 10, 2026
fffc779
bump ram again
TCLamnidis Jul 10, 2026
5ac72c4
try again
TCLamnidis Jul 10, 2026
aab8d87
bigger volume, since some tests fail
TCLamnidis Jul 14, 2026
ba6d882
revert volume bump. add memory instead
TCLamnidis Jul 14, 2026
301a84e
bump memory to aim for r3.xlarge runner family
TCLamnidis Jul 14, 2026
e0457a0
try setting a range of ram values
TCLamnidis Jul 15, 2026
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
2 changes: 2 additions & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
runs-on: # use self-hosted runners
- runs-on=${{ github.run_id }}-nf-test
- runner=4cpu-linux-x64
- volume=80gb
- ram=30+34 ## Needed for MALT.
strategy:
fail-fast: false
matrix:
Expand Down
13 changes: 8 additions & 5 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"bwa/index": {
"branch": "master",
"git_sha": "e0ff65e1fb313677de09f5f477ae3da30ce19b7b",
"git_sha": "6d46786420b4d7bc88eba026eb389c0c5535d120",
"installed_by": ["modules"]
},
"bwa/mem": {
Expand Down Expand Up @@ -317,7 +317,7 @@
},
"samtools/mpileup": {
"branch": "master",
"git_sha": "ce0b1aed7d504883061e748f492a31bf44c5777c",
"git_sha": "f0393b4566f19f0d08986c839f28a14d44901bff",
"installed_by": ["modules"]
},
"samtools/sort": {
Expand All @@ -328,7 +328,8 @@
"samtools/view": {
"branch": "master",
"git_sha": "8d8f0ae52d6c9342bd41c33dda0b74b07e32153d",
"installed_by": ["bam_split_by_region"]
"installed_by": ["bam_split_by_region"],
"patch": "modules/nf-core/samtools/view/samtools-view.diff"
},
"seqkit/split2": {
"branch": "master",
Expand Down Expand Up @@ -377,7 +378,8 @@
"bam_split_by_region": {
"branch": "master",
"git_sha": "cfd937a668919d948f6fcbf4218e79de50c2f36f",
"installed_by": ["subworkflows"]
"installed_by": ["subworkflows"],
"patch": "subworkflows/nf-core/bam_split_by_region/bam_split_by_region.diff"
},
"fastq_align_bwaaln": {
"branch": "master",
Expand All @@ -392,7 +394,8 @@
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "a3fb7351b1fdb2b1de282b765816bbea190e86a8",
"installed_by": ["subworkflows"]
"installed_by": ["subworkflows"],
"patch": "subworkflows/nf-core/utils_nfcore_pipeline/utils_nfcore_pipeline.diff"
},
"utils_nfschema_plugin": {
"branch": "master",
Expand Down
12 changes: 9 additions & 3 deletions modules/nf-core/bwa/index/environment.yml

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

25 changes: 8 additions & 17 deletions modules/nf-core/bwa/index/main.nf

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

69 changes: 47 additions & 22 deletions modules/nf-core/bwa/index/meta.yml

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

30 changes: 27 additions & 3 deletions modules/nf-core/bwa/index/tests/main.nf.test

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

73 changes: 69 additions & 4 deletions modules/nf-core/bwa/index/tests/main.nf.test.snap

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

2 changes: 0 additions & 2 deletions modules/nf-core/bwa/index/tests/tags.yml

This file was deleted.

10 changes: 6 additions & 4 deletions modules/nf-core/samtools/mpileup/environment.yml

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

Loading
Loading