Skip to content

Commit 14ba0e0

Browse files
authored
Merge pull request #1042 from maxulysse/samtools_sort
FIX: remove mem assignement for SAMTOOLS_SORT
2 parents f15b587 + d286eb3 commit 14ba0e0

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
2525
- [PR #1016](https://github.com/nf-core/rnaseq/pull/1016) - Updated pipeline template to [nf-core/tools 2.8](https://github.com/nf-core/tools/releases/tag/2.8)
2626
- [PR #1025](https://github.com/nf-core/fetchngs/pull/1025) - Add `public_aws_ecr.config` to source mulled containers when using `public.ecr.aws` Docker Biocontainer registry
2727
- [PR #1038](https://github.com/nf-core/rnaseq/pull/1038) - Updated error log for count values when supplying `--additional_fasta`
28+
- [PR #1042](https://github.com/nf-core/rnaseq/pull/1042) - revert samtools_sort modules to no memory assignement
2829

2930
### Parameters
3031

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
},
162162
"samtools/sort": {
163163
"branch": "master",
164-
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
164+
"git_sha": "a0f7be95788366c1923171e358da7d049eb440f9",
165165
"installed_by": ["bam_sort_stats_samtools"]
166166
},
167167
"samtools/stats": {
@@ -252,9 +252,9 @@
252252
"branch": "master",
253253
"git_sha": "735e1e04e7e01751d2d6e97055bbdb6f70683cc1",
254254
"installed_by": [
255-
"bam_dedup_stats_samtools_umitools",
256255
"bam_markduplicates_picard",
257-
"bam_sort_stats_samtools"
256+
"bam_sort_stats_samtools",
257+
"bam_dedup_stats_samtools_umitools"
258258
]
259259
},
260260
"bedgraph_bedclip_bedgraphtobigwig": {

modules/nf-core/samtools/sort/main.nf

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)