Skip to content

Commit e685b3b

Browse files
committed
test(gcta/addgrms): align helper tags with nf-core lint
1 parent 7284bc8 commit e685b3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nextflow_process {
99
tag "gcta"
1010
tag "gcta/addgrms"
1111
tag "gawk"
12-
tag "gcta/testhelpers"
12+
tag "tests/helpers/gcta_makegrm"
1313

1414
setup {
1515
run("GAWK", alias: "GAWK_VARIANTS_LDMS1") {
@@ -41,7 +41,7 @@ nextflow_process {
4141
}
4242

4343
run("GCTA_TEST_MAKEGRM", alias: "GCTA_TEST_MAKEGRM_LDMS1") {
44-
script "./helpers/gcta_makegrm/main.nf"
44+
script "../tests/helpers/gcta_makegrm/main.nf"
4545
process {
4646
"""
4747
input[0] = GAWK_VARIANTS_LDMS1.out.output.map { meta, ldms1_variants_file ->
@@ -58,7 +58,7 @@ nextflow_process {
5858
}
5959

6060
run("GCTA_TEST_MAKEGRM", alias: "GCTA_TEST_MAKEGRM_LDMS2") {
61-
script "./helpers/gcta_makegrm/main.nf"
61+
script "../tests/helpers/gcta_makegrm/main.nf"
6262
process {
6363
"""
6464
input[0] = GAWK_VARIANTS_LDMS2.out.output.map { meta, ldms2_variants_file ->

0 commit comments

Comments
 (0)