This job was terminated because itused more memory than it wasallocated.

I used the tool ‘Scanpy FilterCells’, but the result showed that it exceeded memory. However, I believe the number of cells is not that large, as shown in the image below. How could this issue occur? Thank you!

Welcome @1263201095

The issue might be the size of the data (when this is reported by any tool), but it is much more likely to be some format issue or a problem with the filter query. Meaning, maybe the tool couldn’t interpret the data and died.

More details about how to interpret the error message:



For single cell data, there can be a few formats. The tutorials for the tool can be one source of help since these cover some of the manipulations. Then we have more tutorials for the entire process – these might be really helpful for you, especially if some of the data was not generated in Galaxy.

One simple test to run to look at the content is Inspect AnnData. Then compare that to your query with Scanpy Filter Cells. Your object is currently missing some of the common annotation layers.

Please let us know if this helps or not! :slight_smile: