From 345d862bea6b96c6ef97ccfe3edf38ce514fd57e Mon Sep 17 00:00:00 2001 From: Tom Sasani Date: Tue, 16 Jan 2024 15:05:50 -0500 Subject: [PATCH] minor formatting to remove extra whitespace --- ihd/run_ihd_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihd/run_ihd_scan.py b/ihd/run_ihd_scan.py index ff9597a..191e9c4 100644 --- a/ihd/run_ihd_scan.py +++ b/ihd/run_ihd_scan.py @@ -31,7 +31,7 @@ def filter_mutation_data( if len(samples_overlap) == 0: print( - """Sorry, no samples in common between mutation data + """Sorry, no samples in common between mutation data and genotype matrix. Please ensure sample names are identical.""" ) sys.exit()