diff scimap_spatial.py @ 1:fd38e533a54b draft

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/scimap commit d20d6f5d08b43de71182459f8a6452c564a5becc
author goeckslab
date Mon, 29 Aug 2022 23:55:43 +0000
parents 42e6c251bfd0
children 472780baf150
line wrap: on
line diff
--- a/scimap_spatial.py	Tue Jul 19 20:30:34 2022 +0000
+++ b/scimap_spatial.py	Mon Aug 29 23:55:43 2022 +0000
@@ -45,6 +45,9 @@
 
     tool_func(adata, **options)
 
+    if tool == 'spatial_lda':
+        adata.uns.pop('spatial_lda_model')
+
     adata.write(output)