Skip to content

Commit 33469ca

Browse files
committed
Fix test
1 parent 9b8eb31 commit 33469ca

File tree

1 file changed

+1
-1
lines changed
  • v03_pipeline/lib/misc

1 file changed

+1
-1
lines changed

v03_pipeline/lib/misc/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def compute_hail_n_partitions(file_size_b: int) -> int:
7878

7979
@validated_hl_function(
8080
{
81-
'RVD error! Keys found out of order': 'Your callset failed while attempting to split multiallelic sites. This error can occur after if the dataset contains both multiallelic variants and duplicated loci.',
81+
'RVD error! Keys found out of order': 'Your callset failed while attempting to split multiallelic sites. This error can occur if the dataset contains both multiallelic variants and duplicated loci.',
8282
},
8383
)
8484
def split_multi_hts(

0 commit comments

Comments
 (0)