Skip to content

Commit 18fd3e8

Browse files
authored
Merge pull request #1594 from nf-core/exclude_star_rsem_pca_from_snaps
Exclude star rsem pca from snaps
2 parents 06a78fb + a0894b4 commit 18fd3e8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Special thanks to the following for their contributions to the release:
1111

12-
- [Jonathan Manning](https://github.com/pinin4fjords)
13-
- [Maxime Garcia](https://github.com/maxulysse)
1412
- [Friederike Hanssen](https://github.com/friederikehanssen)
1513
- [Ido Tamir](https://github.com/idot)
14+
- [Jonathan Manning](https://github.com/pinin4fjords)
15+
- [Maxime Garcia](https://github.com/maxulysse)
1616
- [Usman Rashid](https://github.com/GallVp)
1717

1818
### Enhancements & fixes
@@ -23,6 +23,7 @@ Special thanks to the following for their contributions to the release:
2323
- [PR #1585](https://github.com/nf-core/rnaseq/pull/1585) - Update awsfulltest.yml to restore aligner-wise outputs
2424
- [PR #1580](https://github.com/nf-core/rnaseq/pull/1580) - Template update for nf-core/tools v3.3.2
2525
- [PR #1590](https://github.com/nf-core/rnaseq/pull/1590) - Addition of Sentieon STAR
26+
- [PR #1594](https://github.com/nf-core/rnaseq/pull/1594) - Exclude star rsem pca from snaps
2627

2728
### Software dependencies
2829

tests/.nftignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ umitools/*.umi_extract.log
6767
{multiqc,multiqc/**}/multiqc_report_data/multiqc_sortmerna.txt
6868
{multiqc,multiqc/**}/multiqc_report_data/multiqc_sources.txt
6969
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star.txt
70+
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star_rsem_deseq2_pca.txt
7071
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star_salmon_deseq2_clustering.txt
7172
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star_salmon_deseq2_pca.txt
7273
{multiqc,multiqc/**}/multiqc_report_data/multiqc_umitools_dedup.txt

tests/sentieon_star_rsem.nf.test.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,6 @@
11831183
"multiqc_featurecounts_biotype_plot.txt:md5,16081809f893eca4d9914fd370e7fbd7",
11841184
"multiqc_samtools_idxstats.txt:md5,1cbc64fc9713831a6f45effc0cfe6a39",
11851185
"multiqc_star_rsem_deseq2_clustering.txt:md5,31eb7afda40af27a3c8f731bbe19e892",
1186-
"multiqc_star_rsem_deseq2_pca.txt:md5,43c73aa0e2b7d2fe7e2b970e39fd550e",
11871186
"picard_MarkIlluminaAdapters_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11881187
"picard_MeanQualityByCycle_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11891188
"picard_QualityScoreDistribution_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
@@ -1396,4 +1395,4 @@
13961395
},
13971396
"timestamp": "2025-06-03T20:30:37.383920745"
13981397
}
1399-
}
1398+
}

tests/star_rsem.nf.test.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,6 @@
11821182
"multiqc_featurecounts_biotype_plot.txt:md5,16081809f893eca4d9914fd370e7fbd7",
11831183
"multiqc_samtools_idxstats.txt:md5,1cbc64fc9713831a6f45effc0cfe6a39",
11841184
"multiqc_star_rsem_deseq2_clustering.txt:md5,31eb7afda40af27a3c8f731bbe19e892",
1185-
"multiqc_star_rsem_deseq2_pca.txt:md5,43c73aa0e2b7d2fe7e2b970e39fd550e",
11861185
"picard_MarkIlluminaAdapters_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11871186
"picard_MeanQualityByCycle_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11881187
"picard_QualityScoreDistribution_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
@@ -1395,4 +1394,4 @@
13951394
},
13961395
"timestamp": "2025-06-03T20:30:37.383920745"
13971396
}
1398-
}
1397+
}

0 commit comments

Comments
 (0)