Skip to content

Commit 53e59a8

Browse files
authored
Merge pull request #1329 from drpatelh/updates
Remove tags from all nf-test files
2 parents 579684a + 9dbdd2c commit 53e59a8

File tree

37 files changed

+2
-103
lines changed

37 files changed

+2
-103
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
9393
- [PR #1324](https://github.com/nf-core/rnaseq/pull/1324) - Fix tags entries and rename pipeline level tests
9494
- [PR #1325](https://github.com/nf-core/rnaseq/pull/1325) - Minor fixes to strandedness settings and messaging
9595
- [PR #1326](https://github.com/nf-core/rnaseq/pull/1326) - Move Conda dependencies for local modules to individual environment file
96+
- [PR #1329](https://github.com/nf-core/rnaseq/pull/1329) - Remove tags from all nf-test files
9697

9798
### Parameters
9899

modules/local/star_align_igenomes/tests/main.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ nextflow_process {
33
name "Test Process STAR_ALIGN_IGENOMES"
44
script "../main.nf"
55
process "STAR_ALIGN_IGENOMES"
6-
tag "STAR_GENOMEGENERATE_IGENOMES"
76

87
setup {
98
run("STAR_GENOMEGENERATE_IGENOMES") {

modules/nf-core/custom/tx2gene/tests/main.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/align/tests/main.nf.test

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/hisat2/build/tests/main.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/kallisto/quant/tests/main.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/rsem/calculateexpression/tests/main.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/salmon/quant/tests/main.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/star/align/tests/main.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/summarizedexperiment/summarizedexperiment/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/tximeta/tximport/tests/main.nf.test

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/local/align_star/tests/main.nf.test

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ nextflow_workflow {
44
script "../main.nf"
55
workflow "ALIGN_STAR"
66
config "./nextflow.config"
7-
tag "STAR_GENOMEGENERATE"
8-
tag "STAR_GENOMEGENERATE_IGENOMES"
9-
tag "STAR_ALIGN"
10-
tag "STAR_ALIGN_IGENOMES"
11-
tag "BAM_SORT_STATS_SAMTOOLS"
127

138
test("star - no igenomes") {
149

subworkflows/local/prepare_genome/tests/main.nf.test

-17
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,6 @@ nextflow_workflow {
44
script "../main.nf"
55
workflow "PREPARE_GENOME"
66
config "./nextflow.config"
7-
tag "BBMAP_BBSPLIT"
8-
tag "CUSTOM_CATADDITIONALFASTA"
9-
tag "CUSTOM_GETCHROMSIZES"
10-
tag "GFFREAD"
11-
tag "GTF2BED"
12-
tag "GTF_FILTER"
13-
tag "GUNZIP"
14-
tag "HISAT2_BUILD"
15-
tag "HISAT2_EXTRACTSPLICESITES"
16-
tag "KALLISTO_INDEX"
17-
tag "PREPROCESS_TRANSCRIPTS_FASTA_GENCODE"
18-
tag "RSEM_PREPAREREFERENCE"
19-
tag "SALMON_INDEX"
20-
tag "SORTMERNA"
21-
tag "STAR_GENOMEGENERATE"
22-
tag "STAR_GENOMEGENERATE_IGENOMES"
23-
tag "UNTAR"
247

258
test("default options") {
269

subworkflows/local/quantify_rsem/tests/main.nf.test

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ nextflow_workflow {
44
script "../main.nf"
55
workflow "QUANTIFY_RSEM"
66
config "./nextflow.config"
7-
tag "RSEM_PREPAREREFERENCE"
8-
tag "RSEM_CALCULATEEXPRESSION"
9-
tag "RSEM_MERGE_COUNTS"
10-
tag "BAM_SORT_STATS_SAMTOOLS"
117

128
test("homo_sapiens") {
139

subworkflows/local/utils_nfcore_rnaseq_pipeline/tests/main.function.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ nextflow_function {
22

33
name "Test Functions"
44
script "../main.nf"
5-
tag "UTILS_NFCORE_RNASEQ_PIPELINE"
65

76
test("Test Function checkSamplesAfterGrouping success") {
87

subworkflows/local/utils_nfcore_rnaseq_pipeline/tests/main.pipeline_completion.workflow.nf.test

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ nextflow_workflow {
33
name "Test Workflow PIPELINE_COMPLETION"
44
script "../main.nf"
55
workflow "PIPELINE_COMPLETION"
6-
tag "UTILS_NFCORE_RNASEQ_PIPELINE"
76

87
test("test PIPELINE_COMPLETION successfully completes") {
98

subworkflows/nf-core/bam_dedup_stats_samtools_umitools/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/bam_markduplicates_picard/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/bam_rseqc/tests/main.nf.test

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/bam_sort_stats_samtools/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/bam_stats_samtools/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/bedgraph_bedclip_bedgraphtobigwig/tests/main.nf.test

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/fastq_align_hisat2/tests/main.nf.test

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/fastq_fastqc_umitools_fastp/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/fastq_fastqc_umitools_trimgalore/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/fastq_subsample_fq_salmon/tests/main.nf.test

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/quantify_pseudo_alignment/tests/main.nf.test

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/utils_nextflow_pipeline/tests/main.function.nf.test

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/nf-core/utils_nfcore_pipeline/tests/main.function.nf.test

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/default.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline with default settings"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: default") {
97

tests/featurecounts_group_type.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline without a group type for featureCounts"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --featurecounts_group_type false") {
97

tests/kallisto.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline with Kallisto, skipping both QC and alignment"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --pseudo_aligner kallisto --skip_qc --skip_alignment") {
97

tests/min_mapped_reads.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline with a minimum mapped read threshold of 90"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --min_mapped_reads 90") {
97

tests/remove_ribo_rna.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline with ribosomal RNA removal"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --remove_ribo_rna") {
97

tests/salmon.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline with Salmon, skipping both QC and alignment"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --pseudo_aligner salmon --skip_qc --skip_alignment") {
97

tests/skip_qc.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline by skipping QC options"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --skip_qc") {
97

tests/skip_trimming.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nextflow_pipeline {
22

33
name "Test pipeline by skipping trimming options"
44
script "../main.nf"
5-
tag "RNASEQ"
6-
tag "PIPELINE"
75

86
test("Params: --skip_trimming") {
97

0 commit comments

Comments
 (0)