Skip to content

Commit

Permalink
Fix some subworkflow linting issues (#7408)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Jan 31, 2025
1 parent a19feab commit 332fdce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subworkflows/nf-core/bam_dedup_umi/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ nextflow_workflow {
tag "subworkflows"
tag "subworkflows_nfcore"
tag "subworkflows/bam_dedup_umi"
tag "bam_dedup_stats_samtools_umicollapse"
tag "bam_dedup_stats_samtools_umitools"
tag "bam_sort_stats_samtools"
tag "subworkflows/bam_dedup_stats_samtools_umicollapse"
tag "subworkflows/bam_dedup_stats_samtools_umitools"
tag "subworkflows/bam_sort_stats_samtools"
tag "umitools/prepareforrsem"
tag "samtools/sort"

Expand Down Expand Up @@ -96,4 +96,4 @@ nextflow_workflow {
)
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ components:
- samtools/index
- cat
- cat/fastq
- fq/lint
- sortmerna
- fastq_subsample_fq_salmon
- fastq_fastqc_umitools_trimgalore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nextflow_workflow {
tag "cat"
tag "cat/fastq"
tag "fastqc"
tag "fq/lint"
tag "sortmerna"
tag "subworkflows/fastq_fastqc_umitools_trimgalore"
tag "subworkflows/fastq_fastqc_umitools_fastp"
Expand Down

0 comments on commit 332fdce

Please sign in to comment.