Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
682576d
added picard tools
Oct 1, 2025
7b44c68
linting
Oct 2, 2025
9fa9923
nf-tests
agrima2010 Oct 2, 2025
582938f
nf tests
agrima2010 Oct 2, 2025
4576ce3
minor changes
agrima2010 Oct 2, 2025
3218dc2
minor changes
agrima2010 Oct 2, 2025
59e6b2b
minor changes
agrima2010 Oct 2, 2025
01fd46a
snapshots updated
agrima2010 Oct 2, 2025
f03a1da
updated ss
agrima2010 Oct 2, 2025
c3d3498
bwamem2 not compatible with long reads Promethion
agrima2010 Oct 2, 2025
8cdf2fd
ss
agrima2010 Oct 2, 2025
d765d1d
ss updated
agrima2010 Oct 7, 2025
884cb2a
ss
agrima2010 Oct 7, 2025
d0141fb
ss
agrima2010 Oct 7, 2025
6b8c76e
.nftignore
agrima2010 Oct 7, 2025
0cfcb83
ss
agrima2010 Oct 7, 2025
db7395a
Update tests/.nftignore
agrima2010 Oct 7, 2025
7135a9d
Update tests/.nftignore
agrima2010 Oct 7, 2025
5d129cf
Test.config updates
agrima2010 Oct 7, 2025
4117e63
Merge branch 'picard_tools_dev' of https://github.com/agrima2010/seqi…
agrima2010 Oct 7, 2025
bd65cdd
Merge branch 'dev' into picard_tools_dev
agrima2010 Oct 25, 2025
e279f0d
Update timestamp in PromethION test snapshot
agrima2010 Oct 25, 2025
1bc1bc2
Update MiSeq.main.nf.test.snap
agrima2010 Oct 25, 2025
4f63066
ss updated
Oct 25, 2025
aa25759
Updated modules.json
Oct 25, 2025
0835f22
updated
Oct 25, 2025
5db6843
ss updated
Oct 27, 2025
08b7aea
Update conf/modules.config
agrima2010 Oct 27, 2025
44c75f6
Update conf/modules.config
agrima2010 Oct 27, 2025
da32a43
Update conf/modules.config
agrima2010 Oct 27, 2025
10ebebf
Update workflows/seqinspector.nf
agrima2010 Oct 27, 2025
e6fa02f
Update workflows/seqinspector.nf
agrima2010 Oct 27, 2025
89376b5
Update workflows/seqinspector.nf
agrima2010 Oct 27, 2025
403752d
Update workflows/seqinspector.nf
agrima2010 Oct 27, 2025
37d553f
Update workflows/seqinspector.nf
agrima2010 Oct 27, 2025
6c1d138
updated ss
Oct 28, 2025
e4948a0
ss updated
Oct 28, 2025
a91e9bd
update snapshots
maxulysse Nov 6, 2025
8d8badc
forgot file
maxulysse Nov 6, 2025
f65d000
Merge branch 'dev' into picard_tools_dev
maxulysse Nov 7, 2025
0e0f236
fix snapshots
maxulysse Nov 7, 2025
0fec2a2
.bai files in the same folder as bam files
agrima2010 Nov 18, 2025
413fa18
update snapshots
maxulysse Nov 19, 2025
87b8327
update modules
maxulysse Nov 19, 2025
087c613
update snapshots once again
maxulysse Nov 19, 2025
c7142ea
patch fastqscreen/fastqscreen
maxulysse Nov 19, 2025
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
23 changes: 23 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,29 @@ process {
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}
withName: 'PICARD_COLLECTMULTIPLEMETRICS' {
publishDir = [
path: { "${params.outdir}/picard_collectmultiplemetrics" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: 'SAMTOOLS_FAIDX' {
publishDir = [
path: { "${params.outdir}/samtools_faidx" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: 'SAMTOOLS_INDEX' {
publishDir = [
path: { "${params.outdir}/bwamem2_mem" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
}

withName: 'MULTIQC_GLOBAL' {
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' }
Expand Down
16 changes: 8 additions & 8 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"nf-core": {
"bowtie2/build": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"installed_by": ["modules"]
},
"bwamem2/index": {
Expand All @@ -17,7 +17,7 @@
},
"bwamem2/mem": {
"branch": "master",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"git_sha": "d86336f3e7ae0d5f76c67b0859409769cfeb2af2",
"installed_by": ["modules"],
"patch": "modules/nf-core/bwamem2/mem/bwamem2-mem.diff"
},
Expand All @@ -28,18 +28,18 @@
},
"fastqscreen/buildfromindex": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"installed_by": ["modules"]
},
"fastqscreen/fastqscreen": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"installed_by": ["modules"],
"patch": "modules/nf-core/fastqscreen/fastqscreen/fastqscreen-fastqscreen.diff"
},
"multiqc": {
"branch": "master",
"git_sha": "af27af1be706e6a2bb8fe454175b0cdf77f47b49",
"git_sha": "82a79183037a403ad1b6714e5dbcff25500efaf6",
"installed_by": ["modules"]
},
"picard/collectmultiplemetrics": {
Expand All @@ -49,7 +49,7 @@
},
"samtools/faidx": {
"branch": "master",
"git_sha": "c8be52dba1166c678e74cda9c3a3c221635c8bb1",
"git_sha": "e753770db613ce014b3c4bc94f6cba443427b726",
"installed_by": ["modules"]
},
"samtools/index": {
Expand All @@ -59,12 +59,12 @@
},
"seqfu/stats": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "e753770db613ce014b3c4bc94f6cba443427b726",
"installed_by": ["modules"]
},
"seqtk/sample": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "e753770db613ce014b3c4bc94f6cba443427b726",
"installed_by": ["modules"]
}
}
Expand Down
10 changes: 9 additions & 1 deletion modules/nf-core/bowtie2/build/environment.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/bowtie2/build/main.nf

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

18 changes: 11 additions & 7 deletions modules/nf-core/bowtie2/build/meta.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/bowtie2/build/tests/main.nf.test

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

8 changes: 6 additions & 2 deletions modules/nf-core/bowtie2/build/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/bowtie2/build/tests/tags.yml

This file was deleted.

18 changes: 18 additions & 0 deletions modules/nf-core/bwamem2/mem/bwamem2-mem.diff

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

6 changes: 3 additions & 3 deletions modules/nf-core/bwamem2/mem/environment.yml

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

6 changes: 3 additions & 3 deletions modules/nf-core/bwamem2/mem/main.nf

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

40 changes: 20 additions & 20 deletions modules/nf-core/bwamem2/mem/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/fastqscreen/buildfromindex/environment.yml

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

34 changes: 18 additions & 16 deletions modules/nf-core/fastqscreen/buildfromindex/meta.yml

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

Loading