diff --git a/tools/anndata/export.xml b/tools/anndata/export.xml
index 4a900d598c4..ecf965ce108 100644
--- a/tools/anndata/export.xml
+++ b/tools/anndata/export.xml
@@ -12,7 +12,7 @@
diff --git a/tools/anndata/import.xml b/tools/anndata/import.xml
index 85f2b0389b7..da88d039bd4 100644
--- a/tools/anndata/import.xml
+++ b/tools/anndata/import.xml
@@ -1,4 +1,4 @@
-
+
from different formats
macros.xml
diff --git a/tools/anndata/inspect.xml b/tools/anndata/inspect.xml
index a831f7f6304..1e9d42f6e64 100644
--- a/tools/anndata/inspect.xml
+++ b/tools/anndata/inspect.xml
@@ -17,7 +17,7 @@ from scipy import io
pd.options.display.precision = 15
-adata = ad.read_h5ad('$input')
+adata = ad.read_h5ad('$input', backed='r')
#if $inspect.info == 'general'
with open('$general', 'w', encoding="utf-8") as f:
@@ -202,7 +202,13 @@ pd.DataFrame(adata.varm['PCs']).to_csv("$varm_PCs", sep="\t", index = False)
-
+
diff --git a/tools/anndata/macros.xml b/tools/anndata/macros.xml
index bdb9c833b41..9aafbee151a 100644
--- a/tools/anndata/macros.xml
+++ b/tools/anndata/macros.xml
@@ -1,6 +1,6 @@
0.11.4
- 0
+ 3
21.09
@@ -39,7 +39,7 @@ AnnData stores a data matrix `X` together with annotations of observations `obs`
AnnData stores observations (samples) of variables (features) in the rows of a matrix. This is the convention of the modern classics
-of statistics (`Hastie et al., 2009 `__) and machine learning (Murphy, 2012), the convention of dataframes both in R and Python and the established statistics
+of statistics (Hastie et al., 2009) and machine learning (Murphy, 2012), the convention of dataframes both in R and Python and the established statistics
and machine learning packages in Python (statsmodels, scikit-learn).
More details on the `AnnData documentation
diff --git a/tools/anndata/manipulate.xml b/tools/anndata/manipulate.xml
index ca4dadb8639..cb996a06f24 100644
--- a/tools/anndata/manipulate.xml
+++ b/tools/anndata/manipulate.xml
@@ -21,11 +21,12 @@
`__)
+- Concatenate along the observations axis (`concatenate method `__)
The `uns`, `varm` and `obsm` attributes are ignored.