# HG changeset patch # User goeckslab # Date 1661817343 0 # Node ID fd38e533a54b128c85fa147fb676a29558e44145 # Parent 42e6c251bfd0db8bd2459b5ead5af16b22f7afb8 planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/scimap commit d20d6f5d08b43de71182459f8a6452c564a5becc diff -r 42e6c251bfd0 -r fd38e533a54b main_macros.xml --- a/main_macros.xml Tue Jul 19 20:30:34 2022 +0000 +++ b/main_macros.xml Mon Aug 29 23:55:43 2022 +0000 @@ -1,11 +1,11 @@ - 0.0.1 + 0.17.7 0 20.01 - quay.io/goeckslab/scimap:0.17.7 + quay.io/goeckslab/scimap:@TOOL_VERSION@ @@ -15,7 +15,11 @@ - + + + 10.1158/2159-8290.CD-21-1357 + +
diff -r 42e6c251bfd0 -r fd38e533a54b scimap_spatial.py --- 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)