Skip to content

Commit eb070e1

Browse files
authored
Merge pull request #1595 from nf-core/exclude_star_rsem_clustering_from_snaps
Exclude unstable star_rsem clusterings from snaps
2 parents 18fd3e8 + b249b2f commit eb070e1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Special thanks to the following for their contributions to the release:
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
2626
- [PR #1594](https://github.com/nf-core/rnaseq/pull/1594) - Exclude star rsem pca from snaps
27+
- [PR #1595](https://github.com/nf-core/rnaseq/pull/1595) - Exclude unstable star_rsem clusterings from snaps
2728

2829
### Software dependencies
2930

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_clustering.txt
7071
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star_rsem_deseq2_pca.txt
7172
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star_salmon_deseq2_clustering.txt
7273
{multiqc,multiqc/**}/multiqc_report_data/multiqc_star_salmon_deseq2_pca.txt

tests/sentieon_star_rsem.nf.test.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,6 @@
11821182
"multiqc_fastqc_fastqc_trimmed.txt:md5,54743154d0e8858980acffeb5b6f6a97",
11831183
"multiqc_featurecounts_biotype_plot.txt:md5,16081809f893eca4d9914fd370e7fbd7",
11841184
"multiqc_samtools_idxstats.txt:md5,1cbc64fc9713831a6f45effc0cfe6a39",
1185-
"multiqc_star_rsem_deseq2_clustering.txt:md5,31eb7afda40af27a3c8f731bbe19e892",
11861185
"picard_MarkIlluminaAdapters_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11871186
"picard_MeanQualityByCycle_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11881187
"picard_QualityScoreDistribution_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",

tests/star_rsem.nf.test.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,6 @@
11811181
"multiqc_fastqc_fastqc_trimmed.txt:md5,54743154d0e8858980acffeb5b6f6a97",
11821182
"multiqc_featurecounts_biotype_plot.txt:md5,16081809f893eca4d9914fd370e7fbd7",
11831183
"multiqc_samtools_idxstats.txt:md5,1cbc64fc9713831a6f45effc0cfe6a39",
1184-
"multiqc_star_rsem_deseq2_clustering.txt:md5,31eb7afda40af27a3c8f731bbe19e892",
11851184
"picard_MarkIlluminaAdapters_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11861185
"picard_MeanQualityByCycle_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",
11871186
"picard_QualityScoreDistribution_histogram.txt:md5,d41d8cd98f00b204e9800998ecf8427e",

0 commit comments

Comments
 (0)