Skip to content

Commit 55efa1d

Browse files
committed
test(gcta/fastgwa): align helper tags with nf-core lint
1 parent 2aca112 commit 55efa1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/nf-core/gcta/fastgwa/tests/main.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nextflow_process {
99
tag "gcta"
1010
tag "gcta/fastgwa"
1111
tag "gawk"
12-
tag "gcta/testhelpers"
12+
tag "tests/helpers/gcta_prepare_sparse"
1313
config "./nextflow.config"
1414

1515
setup {
@@ -84,7 +84,7 @@ nextflow_process {
8484
}
8585

8686
run("GCTA_TEST_PREPARE_SPARSE", alias: "GCTA_TEST_PREPARE_SPARSE_DENSE") {
87-
script "./helpers/gcta_prepare_sparse/main.nf"
87+
script "../tests/helpers/gcta_prepare_sparse/main.nf"
8888
process {
8989
"""
9090
input[0] = [

0 commit comments

Comments
 (0)