diff scimap_spatial.py @ 1:dcfcad35e847 draft default tip

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:18 +0000
parents 7ed4b55b11f7
children
line wrap: on
line diff
--- a/scimap_spatial.py	Tue Jul 19 20:29:22 2022 +0000
+++ b/scimap_spatial.py	Mon Aug 29 23:55:18 2022 +0000
@@ -45,6 +45,9 @@
 
     tool_func(adata, **options)
 
+    if tool == 'spatial_lda':
+        adata.uns.pop('spatial_lda_model')
+
     adata.write(output)