Skip to content

Commit

Permalink
Add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Dec 11, 2024
1 parent 8f16c73 commit 22db11c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/nf-core/custom/matrixfilter/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ nextflow_process {
tag "modules"
tag "modules_nfcore"
tag "custom_matrixfilter"
tag "custom"
tag "custom/matrixfilter"

test("test_custom_matrixfilter") {

Expand Down
2 changes: 2 additions & 0 deletions modules/nf-core/custom/tabulartogseacls/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ nextflow_process {
tag "modules"
tag "modules_nfcore"
tag "custom_tabulartogseacls"
tag "custom"
tag "custom/tabulartogseacls"

test("test_custom_tabulartogseacls") {

Expand Down
4 changes: 3 additions & 1 deletion modules/nf-core/custom/tabulartogseagct/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ nextflow_process {
tag "modules"
tag "modules_nfcore"
tag "custom_tabulartogseagct"
tag "custom"
tag "custom/tabulartogseagct"

test("test_custom_tabulartogseagct") {

Expand All @@ -14,7 +16,7 @@ nextflow_process {
"""
input[0] = [ [id:'treatment_mCherry_hND6_', variable:'treatment', reference:'mCherry', target:'hND6', blocking:''], file("https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/differentialabundance/modules_testdata/all.normalised_counts.tsv",checkIfExists: true) ]
"""

}
}

Expand Down

0 comments on commit 22db11c

Please sign in to comment.