Skip to content

Commit

Permalink
updated to Ilan's PR
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis committed Oct 4, 2024
1 parent 2e8f230 commit 0063f8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@

wrapper = SpatialDataWrapper(
spatialdata_url=artifact.path.to_url(),
image_path="images/Visium_Adult_Mouse_Brain_hires_image",
obs_feature_matrix_path = "tables/table/X",
feature_labels_path = "tables/table/var/gene_ids",
shapes_path = "shapes/Visium_Adult_Mouse_Brain",
coordination_values={"obsType": "spot"}
image_elem="images/Visium_Adult_Mouse_Brain_hires_image",
shapes_elem = "shapes/Visium_Adult_Mouse_Brain",
table_path = "tables/table",
)

dataset = vc.add_dataset(name='Visium demo').add_object(wrapper)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

ln.settings.transform.stem_uid = "KgGzOw8PUYKO"
ln.settings.transform.version = "3"

ln.track()

ln.track("KgGzOw8PUYKO7CpM")
try:
artifact = ln.Artifact.filter(ulabels__name=uid).one()
artifact.delete(permanent=True)
Expand Down

0 comments on commit 0063f8c

Please sign in to comment.