Skip to content

Commit

Permalink
[linting] fix linting related to subworkflow's components tag
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannejin committed Jan 31, 2025
1 parent 5a32b2d commit 27e263f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ components:
- gprofiler2/gost
- gsea/gsea
- propr/grea
- custom/tabulartogseagct
- custom/tabulartogseacls
- custom/tabulartogseachip
input:
- ch_input:
description: Channel with the input data for functional analysis.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ nextflow_workflow {
tag "gsea/gsea"
tag "propr"
tag "propr/grea"
tag "custom"
tag "custom/tabulartogseagct"
tag "custom/tabulartogseacls"
tag "custom/tabulartogseachip"

test("test gprofiler2 - mouse") {
tag 'gprofiler2_basic'
Expand Down

0 comments on commit 27e263f

Please sign in to comment.