Skip to content

Commit bc25627

Browse files
committed
Tag tidy based on review comments
1 parent 6c00433 commit bc25627

File tree

8 files changed

+2
-12
lines changed

8 files changed

+2
-12
lines changed

modules/nf-core/sratools/fasterqdump/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/sratools/prefetch/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/untar/tests/main.nf.test

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

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

+1-1
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.workflow.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_nfvalidation_plugin/tests/main.nf.test

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

tests/main.nf.test

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ nextflow_pipeline {
44
script "../main.nf"
55
tag "PIPELINE"
66

7-
tag "SRA"
8-
97
test("Run with profile test") {
108

119
when {

workflows/sra/tests/main.nf.test

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ nextflow_workflow {
33
name "Test workflow: sra/main.nf"
44
script "../main.nf"
55
workflow "SRA"
6-
7-
8-
// Subworkflows
96
tag "SRA"
107

11-
// Modules
8+
// Dependencies
129
tag "MULTIQC_MAPPINGS_CONFIG"
1310
tag "SRA_FASTQ_FTP"
1411
tag "SRA_IDS_TO_RUNINFO"

0 commit comments

Comments
 (0)