File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
nf4-science/genomics/solutions/modules/gatk/haplotypecaller/tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ nextflow_process {
44 script "../main.nf"
55 process "GATK_HAPLOTYPECALLER"
66
7- test("Should call son's halotype correctly") {
7+ test("Should call son's haplotype correctly") {
88
99 setup {
1010 run("SAMTOOLS_INDEX") {
@@ -39,7 +39,7 @@ nextflow_process {
3939
4040 }
4141
42- test("Should call mother's halotype correctly") {
42+ test("Should call mother's haplotype correctly") {
4343
4444 setup {
4545 run("SAMTOOLS_INDEX") {
@@ -74,7 +74,7 @@ nextflow_process {
7474 }
7575 }
7676
77- test("Should call father's halotype correctly") {
77+ test("Should call father's haplotype correctly") {
7878
7979 setup {
8080 run("SAMTOOLS_INDEX") {
Original file line number Diff line number Diff line change 11{
2- " Should call son's halotype correctly" : {
2+ " Should call son's haplotype correctly" : {
33 " content" : [
44 {
55 " 0" : [
You can’t perform that action at this time.
0 commit comments