Skip to content

Commit

Permalink
Merge pull request #1214 from nf-core/bump_umitools
Browse files Browse the repository at this point in the history
Bump umitools + delocalise prepareforrsem
  • Loading branch information
pinin4fjords authored Feb 16, 2024
2 parents 0cd5036 + 431a197 commit fdaa988
Show file tree
Hide file tree
Showing 34 changed files with 397 additions and 380 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [PR #1206](https://github.com/nf-core/rnaseq/pull/1206) - Remove `lib/` directory and `modules.config`
- [PR #1212](https://github.com/nf-core/rnaseq/pull/1212) - Update all modules and subworkflows to latest versions
- [PR #1210](https://github.com/nf-core/rnaseq/pull/1210) - Use pseudoalignment subworkflow components from nf-core/modules
- [PR #1214](https://github.com/nf-core/rnaseq/pull/1214) - Bump umitools + delocalise prepareforrsem
- [PR #1213](https://github.com/nf-core/rnaseq/pull/1213) - Pass transcriptome fasta through to samtools stats

### Parameters
Expand Down
270 changes: 0 additions & 270 deletions bin/prepare-for-rsem.py

This file was deleted.

27 changes: 16 additions & 11 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@
},
"samtools/flagstat": {
"branch": "master",
"git_sha": "8d8f0ae52d6c9342bd41c33dda0b74b07e32153d",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["bam_stats_samtools"]
},
"samtools/idxstats": {
"branch": "master",
"git_sha": "8d8f0ae52d6c9342bd41c33dda0b74b07e32153d",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["bam_stats_samtools"]
},
"samtools/index": {
"branch": "master",
"git_sha": "8d8f0ae52d6c9342bd41c33dda0b74b07e32153d",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": [
"bam_dedup_stats_samtools_umitools",
"bam_markduplicates_picard",
Expand All @@ -176,12 +176,12 @@
},
"samtools/sort": {
"branch": "master",
"git_sha": "8d8f0ae52d6c9342bd41c33dda0b74b07e32153d",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["bam_sort_stats_samtools"]
},
"samtools/stats": {
"branch": "master",
"git_sha": "8d8f0ae52d6c9342bd41c33dda0b74b07e32153d",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["bam_stats_samtools"]
},
"sortmerna": {
Expand Down Expand Up @@ -236,14 +236,19 @@
},
"umitools/dedup": {
"branch": "master",
"git_sha": "65ad3e0b9a4099592e1102e92e10455dc661cf53",
"git_sha": "ff7e93715a2acecf3f143ec78c9858deba2984d0",
"installed_by": ["bam_dedup_stats_samtools_umitools"]
},
"umitools/extract": {
"branch": "master",
"git_sha": "9e56d7a647fbf6f7e45ef123bc916ad66b6f7c9d",
"git_sha": "ff7e93715a2acecf3f143ec78c9858deba2984d0",
"installed_by": ["fastq_fastqc_umitools_fastp", "fastq_fastqc_umitools_trimgalore"]
},
"umitools/prepareforrsem": {
"branch": "master",
"git_sha": "ff7e93715a2acecf3f143ec78c9858deba2984d0",
"installed_by": ["modules"]
},
"untar": {
"branch": "master",
"git_sha": "e719354ba77df0a1bd310836aa2039b45c29d620",
Expand All @@ -255,12 +260,12 @@
"nf-core": {
"bam_dedup_stats_samtools_umitools": {
"branch": "master",
"git_sha": "0c38be7e652a0b2f3a37681ee4c0dbdf85677647",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["subworkflows"]
},
"bam_markduplicates_picard": {
"branch": "master",
"git_sha": "0c38be7e652a0b2f3a37681ee4c0dbdf85677647",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["subworkflows"]
},
"bam_rseqc": {
Expand All @@ -270,12 +275,12 @@
},
"bam_sort_stats_samtools": {
"branch": "master",
"git_sha": "0c38be7e652a0b2f3a37681ee4c0dbdf85677647",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": ["fastq_align_hisat2"]
},
"bam_stats_samtools": {
"branch": "master",
"git_sha": "0c38be7e652a0b2f3a37681ee4c0dbdf85677647",
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",
"installed_by": [
"bam_dedup_stats_samtools_umitools",
"bam_markduplicates_picard",
Expand Down
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/flagstat/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/samtools/flagstat/main.nf

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

Loading

0 comments on commit fdaa988

Please sign in to comment.