Skip to content

Commit 8a88bcf

Browse files
committed
Updated input paths in test
1 parent 416bf52 commit 8a88bcf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

modules/nf-core/canvas/germline/tests/main.nf.test

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nextflow_process {
2727
]
2828
input[2] = [
2929
[ id: 'GRCh38' ],
30-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
30+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
3131
]
3232
// exclude regions not covered by test data
3333
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
@@ -70,7 +70,7 @@ nextflow_process {
7070
]
7171
input[2] = [
7272
[ id: 'GRCh38' ],
73-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
73+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
7474
]
7575
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
7676
.map { file -> [[id:'GRCh38'], file]}
@@ -127,7 +127,7 @@ nextflow_process {
127127
]
128128
input[2] = [
129129
[ id: 'GRCh38' ],
130-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
130+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
131131
]
132132
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
133133
.map { file -> [[id:'GRCh38'], file]}
@@ -170,7 +170,7 @@ nextflow_process {
170170
]
171171
input[2] = [
172172
[ id: 'GRCh38' ],
173-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
173+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
174174
]
175175
// exclude regions not covered by test data
176176
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
@@ -206,7 +206,7 @@ nextflow_process {
206206
]
207207
input[2] = [
208208
[ id: 'GRCh38' ],
209-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
209+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
210210
]
211211
// exclude regions not covered by test data
212212
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
@@ -246,7 +246,7 @@ nextflow_process {
246246
]
247247
input[2] = [
248248
[ id: 'GRCh38' ],
249-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
249+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
250250
]
251251
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
252252
.map { file -> [[id:'GRCh38'], file]}
@@ -300,7 +300,7 @@ nextflow_process {
300300
]
301301
input[2] = [
302302
[ id: 'GRCh38' ],
303-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
303+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
304304
]
305305
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)
306306
.map { file -> [[id:'GRCh38'], file]}
@@ -340,7 +340,7 @@ nextflow_process {
340340
]
341341
input[2] = [
342342
[ id: 'GRCh38' ],
343-
file('/home/xschmy/projects/nf-core-modules/GenomeSize.xml', checkIfExists: true)
343+
file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/chr22/sequence/GenomeSize.xml', checkIfExists: true)
344344
]
345345
// exclude regions not covered by test data
346346
input[3] = channel.of("chr22\t0\t16569800", "chr22\t16610000\t50818468").collectFile(name: 'test_filter.bed', newLine:true)

0 commit comments

Comments
 (0)