Skip to content

Commit 19d4100

Browse files
committed
path fix for test data
1 parent 72cb1ec commit 19d4100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/local/numorphintensity/tests/stub.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nextflow_process {
1717
input[0] = Channel.fromList([
1818
tuple([ id:'TEST1'],
1919
file('https://zenodo.org/records/14916478/files/ctip2_topro.zip'),
20-
file(params.pipelines_testdata_base_path + 'test-datasets/test_data/parameterfiles/params_TEST1_lsmquant.csv'))
20+
file(params.pipelines_testdata_base_path + '/test_data/parameterfiles/params_TEST1_lsmquant.csv'))
2121
])
2222
"""
2323
}

0 commit comments

Comments
 (0)