This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
[BUG] Pipeline crashing when starting from SCopeLoomR loom files #286
Labels
bug
Something isn't working
Describe the bug
When using a loom file as input, if the loom file has been generated from ScopeLoomR the pipeline crashes.
To Reproduce
Steps to reproduce the behavior:
Solution
Simply adding validate=False in https://github.com/vib-singlecell-nf/vsn-pipelines/blob/master/src/utils/bin/sc_file_converter.py on line 257 (as parameter scanpy.read_loom) solves this.
The text was updated successfully, but these errors were encountered: