From a510eec4eefaa87e26d5214db4078db330832450 Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Sat, 26 Oct 2024 12:50:32 +0200 Subject: [PATCH] Fix Black formatting --- bin/read_data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/read_data.py b/bin/read_data.py index 61eec91..50ac98e 100755 --- a/bin/read_data.py +++ b/bin/read_data.py @@ -41,7 +41,9 @@ # Read Visium data spatialdata = spatialdata_io.visium( - args.SRCountDir, counts_file="raw_feature_bc_matrix.h5", dataset_id=args.sampleID + args.SRCountDir, + counts_file="raw_feature_bc_matrix.h5", + dataset_id=args.sampleID, ) # Write raw spatialdata to file