Skip to content

Commit

Permalink
update methylation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 committed Feb 26, 2025
1 parent db55fc0 commit b61d254
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions subworkflows/local/methylation/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ nextflow_workflow {
"""
input[0] = PHASING.out.haplotagged_bam_bai
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = [[],[]]
input[2] = [[],[]]
"""
}
}
Expand All @@ -102,8 +101,7 @@ nextflow_workflow {
"""
input[0] = MINIMAP2_ALIGN.out.bam.join(MINIMAP2_ALIGN.out.index)
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = [[],[]]
input[2] = [[],[]]
"""
}
}
Expand All @@ -124,8 +122,7 @@ nextflow_workflow {
"""
input[0] = PHASING.out.haplotagged_bam_bai
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = Channel.of('chr20\t2650000\t2660000')
input[2] = Channel.of('chr20\t2650000\t2660000')
.collectFile(name: 'chr20.bed', newLine: true)
.map{ file -> [ [ id:'chr20'], file ] }
"""
Expand All @@ -148,8 +145,7 @@ nextflow_workflow {
"""
input[0] = MINIMAP2_ALIGN.out.bam.join(MINIMAP2_ALIGN.out.index)
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = Channel.of('chr20\t2650000\t2660000')
input[2] = Channel.of('chr20\t2650000\t2660000')
.collectFile(name: 'chr20.bed', newLine: true)
.map{ file -> [ [ id:'chr20'], file ] }
"""
Expand All @@ -173,8 +169,7 @@ nextflow_workflow {
"""
input[0] = PHASING.out.haplotagged_bam_bai
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = [[],[]]
input[2] = [[],[]]
"""
}
}
Expand All @@ -196,8 +191,7 @@ nextflow_workflow {
"""
input[0] = PHASING.out.haplotagged_bam_bai
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = Channel.of('chr20\t2650000\t2660000')
input[2] = Channel.of('chr20\t2650000\t2660000')
.collectFile(name: 'chr20.bed', newLine: true)
.map{ file -> [ [ id:'chr20'], file ] }
"""
Expand All @@ -221,8 +215,7 @@ nextflow_workflow {
"""
input[0] = MINIMAP2_ALIGN.out.bam.join(MINIMAP2_ALIGN.out.index)
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = [[],[]]
input[2] = [[],[]]
"""
}
}
Expand All @@ -244,8 +237,7 @@ nextflow_workflow {
"""
input[0] = MINIMAP2_ALIGN.out.bam.join(MINIMAP2_ALIGN.out.index)
input[1] = PREPARE_GENOME.out.fasta
input[2] = PREPARE_GENOME.out.fai
input[3] = Channel.of('chr20\t2650000\t2660000')
input[2] = Channel.of('chr20\t2650000\t2660000')
.collectFile(name: 'chr20.bed', newLine: true)
.map{ file -> [ [ id:'chr20'], file ] }
"""
Expand Down

0 comments on commit b61d254

Please sign in to comment.