We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cb1ec commit 19d4100Copy full SHA for 19d4100
1 file changed
modules/local/numorphintensity/tests/stub.nf.test
@@ -17,7 +17,7 @@ nextflow_process {
17
input[0] = Channel.fromList([
18
tuple([ id:'TEST1'],
19
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'))
+ file(params.pipelines_testdata_base_path + '/test_data/parameterfiles/params_TEST1_lsmquant.csv'))
21
])
22
"""
23
}
0 commit comments