We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aca112 commit 55efa1dCopy full SHA for 55efa1d
1 file changed
modules/nf-core/gcta/fastgwa/tests/main.nf.test
@@ -9,7 +9,7 @@ nextflow_process {
9
tag "gcta"
10
tag "gcta/fastgwa"
11
tag "gawk"
12
- tag "gcta/testhelpers"
+ tag "tests/helpers/gcta_prepare_sparse"
13
config "./nextflow.config"
14
15
setup {
@@ -84,7 +84,7 @@ nextflow_process {
84
}
85
86
run("GCTA_TEST_PREPARE_SPARSE", alias: "GCTA_TEST_PREPARE_SPARSE_DENSE") {
87
- script "./helpers/gcta_prepare_sparse/main.nf"
+ script "../tests/helpers/gcta_prepare_sparse/main.nf"
88
process {
89
"""
90
input[0] = [
0 commit comments