Skip to content

Commit a93e9bb

Browse files
committed
update last snapshots
1 parent 7629795 commit a93e9bb

File tree

4 files changed

+170
-303
lines changed

4 files changed

+170
-303
lines changed

tests/.nftignore

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
bbsplit/*.stats.txt
22
fastqc/*/*.{html,zip}
3+
hisat2/log/*.hisat2.summary.log
34
kallisto/*/abundance.{h5,tsv}
45
kallisto/*/kallisto_quant.log
56
kallisto/*/run_info.json
@@ -9,26 +10,29 @@ multiqc/hisat2/multiqc_report_data/hisat2_se_plot.txt
910
multiqc/hisat2/multiqc_report_data/multiqc_hisat2.txt
1011
pipeline_info/*.{html,json,txt,yml}
1112
sortmerna/*.sortmerna.log
13+
star_rsem/*.stat/*.{cnt,model,theta}
14+
star_rsem/*.{genes,isoforms}.results
15+
star_rsem/log/*.log
1216
star_salmon/log/*.Log.{final.out,out,progress.out}
1317
trimgalore/*fastq.gz_trimming_report.txt
14-
{hisat2,star_salmon}/*.{bam,bam.bai}
15-
{hisat2,star_salmon}/bigwig/*.{forward,reverse}.bigWig
16-
{hisat2,star_salmon}/dupradar/box_plot/*_duprateExpBoxplot.pdf
17-
{hisat2,star_salmon}/dupradar/histogram/*_expressionHist.pdf
18-
{hisat2,star_salmon}/dupradar/scatter_plot/*_duprateExpDens.pdf
19-
{hisat2,star_salmon}/featurecounts/*.featureCounts.txt.summary
20-
{hisat2,star_salmon}/picard_metrics/*.MarkDuplicates.metrics.txt
21-
{hisat2,star_salmon}/qualimap/*/css/*
22-
{hisat2,star_salmon}/qualimap/*/images_qualimapReport/*
23-
{hisat2,star_salmon}/qualimap/*/qualimapReport.html
24-
{hisat2,star_salmon}/qualimap/*/rnaseq_qc_results.txt
25-
{hisat2,star_salmon}/rseqc/bam_stat/*.bam_stat.txt
26-
{hisat2,star_salmon}/rseqc/read_distribution/*.read_distribution.txt
27-
{hisat2,star_salmon}/rseqc/{inner_distance,junction_annotation,junction_saturation,read_duplication}/{bed,log,pdf,rscript,txt,xls}/*
28-
{hisat2,star_salmon}/samtools_stats/*.bam.{flagstat,idxstats,stats}
29-
{hisat2,star_salmon}/stringtie/*.ballgown/t_data.ctab
30-
{hisat2,star_salmon}/stringtie/*.gene.abundance.txt
31-
{hisat2,star_salmon}/stringtie/*.{coverage,transcripts}.gtf
18+
{hisat2,star_rsem,star_salmon}/*.{bam,bam.bai}
19+
{hisat2,star_rsem,star_salmon}/bigwig/*.{forward,reverse}.bigWig
20+
{hisat2,star_rsem,star_salmon}/dupradar/box_plot/*_duprateExpBoxplot.pdf
21+
{hisat2,star_rsem,star_salmon}/dupradar/histogram/*_expressionHist.pdf
22+
{hisat2,star_rsem,star_salmon}/dupradar/scatter_plot/*_duprateExpDens.pdf
23+
{hisat2,star_rsem,star_salmon}/featurecounts/*.featureCounts.txt.summary
24+
{hisat2,star_rsem,star_salmon}/picard_metrics/*.MarkDuplicates.metrics.txt
25+
{hisat2,star_rsem,star_salmon}/qualimap/*/css/*
26+
{hisat2,star_rsem,star_salmon}/qualimap/*/images_qualimapReport/*
27+
{hisat2,star_rsem,star_salmon}/qualimap/*/qualimapReport.html
28+
{hisat2,star_rsem,star_salmon}/qualimap/*/rnaseq_qc_results.txt
29+
{hisat2,star_rsem,star_salmon}/rseqc/bam_stat/*.bam_stat.txt
30+
{hisat2,star_rsem,star_salmon}/rseqc/read_distribution/*.read_distribution.txt
31+
{hisat2,star_rsem,star_salmon}/rseqc/{inner_distance,junction_annotation,junction_saturation,read_duplication}/{bed,log,pdf,rscript,txt,xls}/*
32+
{hisat2,star_rsem,star_salmon}/samtools_stats/*.bam.{flagstat,idxstats,stats}
33+
{hisat2,star_rsem,star_salmon}/stringtie/*.ballgown/t_data.ctab
34+
{hisat2,star_rsem,star_salmon}/stringtie/*.gene.abundance.txt
35+
{hisat2,star_rsem,star_salmon}/stringtie/*.{coverage,transcripts}.gtf
3236
{multiqc,multiqc/**}/multiqc_report.html
3337
{multiqc,multiqc/**}/multiqc_report_data/fastqc_{raw,trimmed}_top_overrepresented_sequences_table.txt
3438
{multiqc,multiqc/**}/multiqc_report_data/junction_saturation_known.txt
@@ -41,6 +45,7 @@ trimgalore/*fastq.gz_trimming_report.txt
4145
{multiqc,multiqc/**}/multiqc_report_data/multiqc_general_stats.txt
4246
{multiqc,multiqc/**}/multiqc_report_data/multiqc_kallisto.txt
4347
{multiqc,multiqc/**}/multiqc_report_data/multiqc_picard_dups.txt
48+
{multiqc,multiqc/**}/multiqc_report_data/multiqc_rsem.txt
4449
{multiqc,multiqc/**}/multiqc_report_data/multiqc_rseqc_bam_stat.txt
4550
{multiqc,multiqc/**}/multiqc_report_data/multiqc_rseqc_infer_experiment.txt
4651
{multiqc,multiqc/**}/multiqc_report_data/multiqc_rseqc_junction_annotation.txt
@@ -55,6 +60,7 @@ trimgalore/*fastq.gz_trimming_report.txt
5560
{multiqc,multiqc/**}/multiqc_report_data/picard_deduplication.txt
5661
{multiqc,multiqc/**}/multiqc_report_data/qualimap_genomic_origin.txt
5762
{multiqc,multiqc/**}/multiqc_report_data/qualimap_rnaseq_genome_results.txt
63+
{multiqc,multiqc/**}/multiqc_report_data/rsem_assignment_plot.txt
5864
{multiqc,multiqc/**}/multiqc_report_data/rseqc_bam_stat.txt
5965
{multiqc,multiqc/**}/multiqc_report_data/rseqc_inner_distance*.txt
6066
{multiqc,multiqc/**}/multiqc_report_data/rseqc_junction_{annotation,saturation}_*.txt
@@ -67,16 +73,16 @@ trimgalore/*fastq.gz_trimming_report.txt
6773
{multiqc,multiqc/**}/multiqc_report_data/star_alignment_plot.txt
6874
{multiqc,multiqc/**}/multiqc_report_data/star_summary_table.txt
6975
{multiqc,multiqc/**}/multiqc_report_plots/{pdf,png,svg}/*.{pdf,png,svg}
76+
{salmon,star_rsem,star_salmon}/deseq2_qc/deseq2.dds.RData
77+
{salmon,star_rsem,star_salmon}/deseq2_qc/deseq2.pca.vals.txt
78+
{salmon,star_rsem,star_salmon}/deseq2_qc/deseq2.plots.pdf
79+
{salmon,star_rsem,star_salmon}/deseq2_qc/deseq2.sample.dists.txt
80+
{salmon,star_rsem,star_salmon}/deseq2_qc/size_factors/*.txt
81+
{salmon,star_rsem,star_salmon}/deseq2_qc/size_factors/deseq2.size_factors.RData
7082
{salmon,star_salmon}/*/aux_info/fld.gz
7183
{salmon,star_salmon}/*/aux_info/meta_info.json
7284
{salmon,star_salmon}/*/libParams/flenDist.txt
7385
{salmon,star_salmon}/*/logs/salmon_quant.log
7486
{salmon,star_salmon}/*/quant.genes.sf
7587
{salmon,star_salmon}/*/quant.sf
76-
{salmon,star_salmon}/deseq2_qc/deseq2.dds.RData
77-
{salmon,star_salmon}/deseq2_qc/deseq2.pca.vals.txt
78-
{salmon,star_salmon}/deseq2_qc/deseq2.plots.pdf
79-
{salmon,star_salmon}/deseq2_qc/deseq2.sample.dists.txt
80-
{salmon,star_salmon}/deseq2_qc/size_factors/*.txt
81-
{salmon,star_salmon}/deseq2_qc/size_factors/deseq2.size_factors.RData
8288
{salmon,star_salmon}/salmon.*

tests/hisat2.nf.test.snap

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@
761761
"multiqc/hisat2/multiqc_report_data/fastqc_raw_per_sequence_quality_scores_plot.txt",
762762
"multiqc/hisat2/multiqc_report_data/fastqc_raw_sequence_counts_plot.txt",
763763
"multiqc/hisat2/multiqc_report_data/fastqc_raw_sequence_duplication_levels_plot.txt",
764+
"multiqc/hisat2/multiqc_report_data/fastqc_raw_top_overrepresented_sequences_table.txt",
764765
"multiqc/hisat2/multiqc_report_data/fastqc_sequence_length_distribution_plot.txt",
765766
"multiqc/hisat2/multiqc_report_data/fastqc_trimmed-status-check-heatmap.txt",
766767
"multiqc/hisat2/multiqc_report_data/fastqc_trimmed_overrepresented_sequences_plot.txt",
@@ -1192,11 +1193,6 @@
11921193
"WT_REP2.biotype_counts_mqc.tsv:md5,74a5436a716a7d99f425f73914cb2794",
11931194
"WT_REP2.biotype_counts_rrna_mqc.tsv:md5,12294618fe44df1e7f39348372dcb481",
11941195
"WT_REP2.featureCounts.txt:md5,702446d50a5019c84fcef85d1cfef78c",
1195-
"RAP1_IAA_30M_REP1.hisat2.summary.log:md5,4273e7a9d0fa8a93ec62e25a70a7e212",
1196-
"RAP1_UNINDUCED_REP1.hisat2.summary.log:md5,e322e4f7bce12d889a59db517c2ad678",
1197-
"RAP1_UNINDUCED_REP2.hisat2.summary.log:md5,3f41605b1fbd4d40983915617f8a91f9",
1198-
"WT_REP1.hisat2.summary.log:md5,50cd2a4fe1f041774c572d09156d4ae8",
1199-
"WT_REP2.hisat2.summary.log:md5,e622496abff3ce68afcd1c21a7a1e0df",
12001196
"coverage_profile_along_genes_(high).txt:md5,b56043c3546cac003461c57abad93536",
12011197
"coverage_profile_along_genes_(low).txt:md5,1b55d86defcc541643137497c4c6bb06",
12021198
"coverage_profile_along_genes_(total).txt:md5,1b55d86defcc541643137497c4c6bb06",
@@ -1250,7 +1246,6 @@
12501246
"fastqc_raw_per_sequence_quality_scores_plot.txt:md5,b5f9a02933e3065952237afd2ec9ce82",
12511247
"fastqc_raw_sequence_counts_plot.txt:md5,cbae4979d5db66d3b894abcf8d1c453c",
12521248
"fastqc_raw_sequence_duplication_levels_plot.txt:md5,8812cee16f6ca65e2c33635754de1772",
1253-
"fastqc_raw_top_overrepresented_sequences_table.txt:md5,b2c138ad689c01aaae91b5850112a964",
12541249
"fastqc_sequence_length_distribution_plot.txt:md5,6fe2c985606abad947bcca99b015ae33",
12551250
"fastqc_trimmed-status-check-heatmap.txt:md5,22a03548736b88b23be6bc0c9ef1b4a6",
12561251
"fastqc_trimmed_overrepresented_sequences_plot.txt:md5,4adfeacd3a3a6c7c808f121b24e6b247",
@@ -1315,6 +1310,6 @@
13151310
"nf-test": "0.9.0",
13161311
"nextflow": "24.09.0"
13171312
},
1318-
"timestamp": "2024-10-10T10:25:14.209047"
1313+
"timestamp": "2024-10-10T12:37:31.888584"
13191314
}
1320-
}
1315+
}

tests/star_rsem.nf.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ nextflow_pipeline {
1414

1515
then {
1616
// stable_name: All files + folders in ${params.outdir}/ with a stable name
17-
def stable_name = getAllFilesFromDir(params.outdir, true, ['pipeline_info/*.{html,json,txt}'], null)
17+
def stable_name = getAllFilesFromDir(params.outdir, relative: true, includeDir: true, ignore: ['pipeline_info/*.{html,json,txt}'])
1818
// stable_path: All files in ${params.outdir}/ with stable content
19-
def stable_path = getAllFilesFromDir(params.outdir, false, null, 'tests/.nftignore')
19+
def stable_path = getAllFilesFromDir(params.outdir, ignoreFile: 'tests/.nftignore')
2020
assertAll(
2121
{ assert workflow.success},
2222
{ assert snapshot(
@@ -25,7 +25,7 @@ nextflow_pipeline {
2525
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
2626
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
2727
// All stable path name, with a relative path
28-
getRelativePath(stable_name, outputDir),
28+
stable_name,
2929
// All files with stable contents
3030
stable_path
3131
).match() }
@@ -46,9 +46,9 @@ nextflow_pipeline {
4646

4747
then {
4848
// stable_name: All files + folders in ${params.outdir}/ with a stable name
49-
def stable_name = getAllFilesFromDir(params.outdir, true, ['pipeline_info/*.{html,json,txt}'], null)
49+
def stable_name = getAllFilesFromDir(params.outdir, relative: true, includeDir: true, ignore: ['pipeline_info/*.{html,json,txt}'])
5050
// stable_path: All files in ${params.outdir}/ with stable content
51-
def stable_path = getAllFilesFromDir(params.outdir, false, null, 'tests/.nftignore')
51+
def stable_path = getAllFilesFromDir(params.outdir, ignoreFile: 'tests/.nftignore')
5252
assertAll(
5353
{ assert workflow.success},
5454
{ assert snapshot(
@@ -57,7 +57,7 @@ nextflow_pipeline {
5757
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
5858
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
5959
// All stable path name, with a relative path
60-
getRelativePath(stable_name, outputDir),
60+
stable_name,
6161
// All files with stable contents
6262
stable_path
6363
).match() }

0 commit comments

Comments
 (0)