diff --git a/subworkflows/nf-core/differential_functional_enrichment/meta.yml b/subworkflows/nf-core/differential_functional_enrichment/meta.yml index d03a20dac73..aa97cb914b1 100644 --- a/subworkflows/nf-core/differential_functional_enrichment/meta.yml +++ b/subworkflows/nf-core/differential_functional_enrichment/meta.yml @@ -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. diff --git a/subworkflows/nf-core/differential_functional_enrichment/tests/main.nf.test b/subworkflows/nf-core/differential_functional_enrichment/tests/main.nf.test index e1138d4f79e..bb01beb8e80 100644 --- a/subworkflows/nf-core/differential_functional_enrichment/tests/main.nf.test +++ b/subworkflows/nf-core/differential_functional_enrichment/tests/main.nf.test @@ -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'