Skip to content

Commit e481c5a

Browse files
pinin4fjordsclaude
andcommitted
Update test snapshots for SAMTOOLS_SORT_QUALIMAP
Add SAMTOOLS_SORT_QUALIMAP version entry to all test snapshots that run qualimap, reflecting the new samtools sort step added for performance optimization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5ee83f8 commit e481c5a

10 files changed

+33
-0
lines changed

tests/bam_input.nf.test.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
"SAMTOOLS_INDEX": {
8080
"samtools": 1.21
8181
},
82+
"SAMTOOLS_SORT_QUALIMAP": {
83+
"samtools": 1.21
84+
},
8285
"SAMTOOLS_STATS": {
8386
"samtools": 1.21
8487
},
@@ -1041,6 +1044,9 @@
10411044
"SAMTOOLS_INDEX": {
10421045
"samtools": 1.21
10431046
},
1047+
"SAMTOOLS_SORT_QUALIMAP": {
1048+
"samtools": 1.21
1049+
},
10441050
"SAMTOOLS_STATS": {
10451051
"samtools": 1.21
10461052
},

tests/default.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
199199
"SAMTOOLS_SORT": {
200200
"samtools": 1.21
201201
},
202+
"SAMTOOLS_SORT_QUALIMAP": {
203+
"samtools": 1.21
204+
},
202205
"SAMTOOLS_STATS": {
203206
"samtools": 1.21
204207
},

tests/featurecounts_group_type.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@
196196
"SAMTOOLS_SORT": {
197197
"samtools": 1.21
198198
},
199+
"SAMTOOLS_SORT_QUALIMAP": {
200+
"samtools": 1.21
201+
},
199202
"SAMTOOLS_STATS": {
200203
"samtools": 1.21
201204
},

tests/hisat2.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@
203203
"SAMTOOLS_SORT": {
204204
"samtools": 1.21
205205
},
206+
"SAMTOOLS_SORT_QUALIMAP": {
207+
"samtools": 1.21
208+
},
206209
"SAMTOOLS_STATS": {
207210
"samtools": 1.21
208211
},

tests/min_mapped_reads.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
"SAMTOOLS_SORT": {
9999
"samtools": 1.21
100100
},
101+
"SAMTOOLS_SORT_QUALIMAP": {
102+
"samtools": 1.21
103+
},
101104
"SAMTOOLS_STATS": {
102105
"samtools": 1.21
103106
},

tests/remove_ribo_rna.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
"SAMTOOLS_SORT": {
9999
"samtools": 1.21
100100
},
101+
"SAMTOOLS_SORT_QUALIMAP": {
102+
"samtools": 1.21
103+
},
101104
"SAMTOOLS_STATS": {
102105
"samtools": 1.21
103106
},

tests/sentieon_default.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
199199
"SAMTOOLS_SORT": {
200200
"samtools": 1.21
201201
},
202+
"SAMTOOLS_SORT_QUALIMAP": {
203+
"samtools": 1.21
204+
},
202205
"SAMTOOLS_STATS": {
203206
"samtools": 1.21
204207
},

tests/skip_trimming.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
"SAMTOOLS_SORT": {
9999
"samtools": 1.21
100100
},
101+
"SAMTOOLS_SORT_QUALIMAP": {
102+
"samtools": 1.21
103+
},
101104
"SAMTOOLS_STATS": {
102105
"samtools": 1.21
103106
},

tests/star_rsem.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
"SAMTOOLS_SORT": {
110110
"samtools": 1.21
111111
},
112+
"SAMTOOLS_SORT_QUALIMAP": {
113+
"samtools": 1.21
114+
},
112115
"SAMTOOLS_STATS": {
113116
"samtools": 1.21
114117
},

tests/umi.nf.test.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
"SAMTOOLS_SORT": {
9393
"samtools": 1.21
9494
},
95+
"SAMTOOLS_SORT_QUALIMAP": {
96+
"samtools": 1.21
97+
},
9598
"SAMTOOLS_STATS": {
9699
"samtools": 1.21
97100
},

0 commit comments

Comments
 (0)