@@ -35,16 +35,11 @@ nextflow_process {
3535 [ id:'test' ], // meta map
3636 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/vcf/NA03697B2_new.pbmm2.repeats.vcf.gz', checkIfExists: true),
3737 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/vcf/NA03697B2_new.pbmm2.repeats.vcf.gz.csi', checkIfExists: true),
38-
39- ]
40-
41- input[1] = [
42- [ id:'test' ], // meta map
4338 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/bam/NA03697B2_downsampled.pbmm2.repeats.bam', checkIfExists: true),
4439 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/bam/NA03697B2_downsampled.pbmm2.repeats.bam.bai', checkIfExists: true),
4540 ]
4641
47- input[2 ] = Channel.of([
42+ input[1 ] = Channel.of([
4843 [ id:'test' ], // meta map
4944 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome3.fasta', checkIfExists: true)
5045 ]).join(SAMTOOLS_FAIDX.out.fai)
@@ -76,16 +71,11 @@ nextflow_process {
7671 [ id:'test' ], // meta map
7772 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/vcf/NA03697B2_new.pbmm2.repeats.vcf.gz', checkIfExists: true),
7873 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/vcf/NA03697B2_new.pbmm2.repeats.vcf.gz.csi', checkIfExists: true),
79-
80- ]
81-
82- input[1] = [
83- [ id:'test' ], // meta map
8474 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/bam/NA03697B2_downsampled.pbmm2.repeats.bam', checkIfExists: true),
8575 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/pacbio/bam/NA03697B2_downsampled.pbmm2.repeats.bam.bai', checkIfExists: true),
8676 ]
8777
88- input[2 ] = Channel.of([
78+ input[1 ] = Channel.of([
8979 [ id:'test' ], // meta map
9080 file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/genome3.fasta', checkIfExists: true)
9181 ]).join(SAMTOOLS_FAIDX.out.fai)
0 commit comments