Skip to content

Commit

Permalink
Fix Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 26, 2024
1 parent 3feaa20 commit a510eec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/read_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a510eec

Please sign in to comment.