Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Feb 21, 2024
1 parent dae6606 commit 886f8d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pipeline/germlinecnvcaller_cohort.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ nextflow_workflow {
[[ id:'test' ], file("https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/bam/test.paired_end.sorted.bam"),[]],
[[ id:'test2' ], file("https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/illumina/bam/test2.paired_end.sorted.bam"),[]])
input[4] = Channel.fromPath(params.ploidy_priors)
input[5] = Channel.value([[:],[]])
input[6] = Channel.value([[:],[]])
input[7] = Channel.value([[:],[]])
input[8] = Channel.value([[:],[]])
"""
}
}
Expand Down

0 comments on commit 886f8d3

Please sign in to comment.