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