Skip to content

Commit

Permalink
Merge pull request nf-core#293 from JoseEspinosa/updates
Browse files Browse the repository at this point in the history
Update modules and subworkflows
  • Loading branch information
bjlang committed Jun 14, 2023
2 parents b7d9871 + d781ad5 commit eb04c86
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 31 deletions.
20 changes: 10 additions & 10 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"bowtie2/align": {
"branch": "master",
"git_sha": "603ecbd9f45300c9788f197d2a15a005685b4220",
"installed_by": ["fastq_align_bowtie2", "modules"]
"git_sha": "fe54581f8bed20e4c4a51c616c93fd3379d89820",
"installed_by": ["modules", "fastq_align_bowtie2"]
},
"bowtie2/build": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "6a24fbe314bb2e6fe6306c29a63076ea87e8eb3c",
"installed_by": ["modules"]
},
"bwa/index": {
Expand Down Expand Up @@ -112,7 +112,7 @@
},
"picard/markduplicates": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
"installed_by": ["bam_markduplicates_picard", "modules"]
},
"picard/mergesamfiles": {
Expand Down Expand Up @@ -142,13 +142,13 @@
},
"samtools/sort": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "a0f7be95788366c1923171e358da7d049eb440f9",
"installed_by": ["bam_sort_stats_samtools", "modules"]
},
"samtools/stats": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["bam_stats_samtools", "modules"]
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
"installed_by": ["modules", "bam_stats_samtools"]
},
"subread/featurecounts": {
"branch": "master",
Expand Down Expand Up @@ -186,7 +186,7 @@
},
"bam_sort_stats_samtools": {
"branch": "master",
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
"installed_by": [
"fastq_align_bowtie2",
"fastq_align_bwa",
Expand All @@ -196,8 +196,8 @@
},
"bam_stats_samtools": {
"branch": "master",
"git_sha": "a9784afdd5dcda23b84e64db75dc591065d64653",
"installed_by": ["bam_sort_stats_samtools", "subworkflows", "bam_markduplicates_picard"]
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
"installed_by": ["bam_markduplicates_picard", "subworkflows", "bam_sort_stats_samtools"]
},
"fastq_align_bowtie2": {
"branch": "master",
Expand Down
33 changes: 28 additions & 5 deletions modules/nf-core/bowtie2/align/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/bowtie2/align/meta.yml

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

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/picard/markduplicates/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/picard/markduplicates/meta.yml

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.

2 changes: 1 addition & 1 deletion subworkflows/nf-core/bam_markduplicates_picard/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 subworkflows/nf-core/bam_sort_stats_samtools/main.nf

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

4 changes: 2 additions & 2 deletions subworkflows/nf-core/bam_stats_samtools/main.nf

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

4 changes: 2 additions & 2 deletions subworkflows/nf-core/fastq_align_bowtie2/main.nf

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

0 comments on commit eb04c86

Please sign in to comment.