File tree Expand file tree Collapse file tree
modules/nf-core/gcta/addgrms/tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ->
You can’t perform that action at this time.
0 commit comments