From 9b426be57a759a9c983a68536dfce8c1c1891c1a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 28 Nov 2025 00:49:48 +0000 Subject: Handle absent optional reference column. pyhegp was crashing if the optional reference column was absent. We handle it correctly now. And, we add several test cases to catch this in the future. --- test-data/pool-test-summary1-without-reference | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-data/pool-test-summary1-without-reference (limited to 'test-data/pool-test-summary1-without-reference') diff --git a/test-data/pool-test-summary1-without-reference b/test-data/pool-test-summary1-without-reference new file mode 100644 index 0000000..5ea4287 --- /dev/null +++ b/test-data/pool-test-summary1-without-reference @@ -0,0 +1,5 @@ +# pyhegp summary file version 1 +# number-of-samples 10 +chromosome position mean standard-deviation +chr1 1 0 1 +chr2 19 2 3 -- cgit 1.4.1