Skip to content

Commit

Permalink
Modules updates
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Aug 30, 2023
1 parent d3a0df9 commit 6223c35
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 26 deletions.
16 changes: 8 additions & 8 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "05c280924b6c768d484c7c443dad5e605c4ff4b4",
"installed_by": ["modules"]
},
"fastp": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd",
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "bd8092b67b5103bdd52e300f75889442275c3117",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "a6e11ac655e744f7ebc724be669dd568ffdc0e80",
"installed_by": ["modules"]
},
"samtools/flagstat": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "570ec5bcfe19c49e16c9ca35a7a116563af6cc1c",
"installed_by": ["modules"]
},
"samtools/idxstats": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "e662ab16e0c11f1e62983e21de9871f59371a639",
"installed_by": ["modules"]
},
"samtools/index": {
Expand All @@ -47,12 +47,12 @@
},
"samtools/sort": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "a0f7be95788366c1923171e358da7d049eb440f9",
"installed_by": ["modules"]
},
"samtools/stats": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
"installed_by": ["modules"]
}
}
Expand Down
4 changes: 2 additions & 2 deletions modules/local/mirtop_quant.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ process MIRTOP_QUANT {
path gtf

output:
path "mirtop/mirtop.gff"
path "mirtop/mirtop.gff" , emit: mirtop_gff
path "mirtop/mirtop.tsv" , emit: mirtop_table
path "mirtop/mirtop_rawData.tsv"
path "mirtop/mirtop_rawData.tsv", emit: mirtop_rawdata
path "mirtop/stats/*" , emit: logs
path "versions.yml" , emit: versions

Expand Down
1 change: 0 additions & 1 deletion modules/local/samplesheet_check.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
process SAMPLESHEET_CHECK {
label 'process_low'
tag "$samplesheet"
label 'process_single'

Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/custom/dumpsoftwareversions/main.nf

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/fastp/main.nf

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

6 changes: 5 additions & 1 deletion modules/nf-core/fastqc/main.nf

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/multiqc/main.nf

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

11 changes: 11 additions & 0 deletions modules/nf-core/samtools/flagstat/main.nf

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

12 changes: 12 additions & 0 deletions modules/nf-core/samtools/idxstats/main.nf

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/samtools/sort/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/samtools/stats/main.nf

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

10 changes: 8 additions & 2 deletions modules/nf-core/samtools/stats/meta.yml

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

0 comments on commit 6223c35

Please sign in to comment.